summaryrefslogtreecommitdiff
path: root/lisp/vc/compare-w.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-05-06 00:10:31 -0700
committerGlenn Morris <rgm@gnu.org>2013-05-06 00:10:31 -0700
commita8899b6b3a2a0c3b336f6b793f0032b64348eef4 (patch)
tree69c5d109cba13f608117a4d8b19385122671bb5c /lisp/vc/compare-w.el
parent5ee94506f6ee4f5142bfeabc9409f95e370d38e3 (diff)
downloademacs-a8899b6b3a2a0c3b336f6b793f0032b64348eef4.tar.gz
More missing :version tags for defcustoms
Diffstat (limited to 'lisp/vc/compare-w.el')
-rw-r--r--lisp/vc/compare-w.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/vc/compare-w.el b/lisp/vc/compare-w.el
index 3c40f989fb3..ae4fcc99a25 100644
--- a/lisp/vc/compare-w.el
+++ b/lisp/vc/compare-w.el
@@ -49,6 +49,7 @@ any text before that point.
If the function returns the same value for both windows, then the
whitespace is considered to match, and is skipped."
+ :version "24.4" ; added \240
:type '(choice regexp function)
:group 'compare-windows)