aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/vc')
-rw-r--r--lisp/vc/add-log.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/add-log.el b/lisp/vc/add-log.el
index d120d052215..9ab8d75fbb5 100644
--- a/lisp/vc/add-log.el
+++ b/lisp/vc/add-log.el
@@ -158,7 +158,7 @@ use the file's name relative to the directory of the change log file."
158 :group 'change-log) 158 :group 'change-log)
159 159
160(defcustom change-log-version-number-regexp-list 160(defcustom change-log-version-number-regexp-list
161 (let ((re "\\([0-9]+\.[0-9.]+\\)")) 161 (let ((re "\\([0-9]+\\.[0-9.]+\\)"))
162 (list 162 (list
163 ;; (defconst ad-version "2.15" 163 ;; (defconst ad-version "2.15"
164 (concat "^(def[^ \t\n]+[ \t]+[^ \t\n][ \t]\"" re) 164 (concat "^(def[^ \t\n]+[ \t]+[^ \t\n][ \t]\"" re)