aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/vc-hooks.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7a18954f59d..864a91e0e51 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
4
12010-02-02 Juri Linkov <juri@jurta.org> 52010-02-02 Juri Linkov <juri@jurta.org>
2 6
3 * textmodes/ispell.el (ispell-message-text-end): Remove final newline 7 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el
index b46561428ee..01c1dc822df 100644
--- a/lisp/vc-hooks.el
+++ b/lisp/vc-hooks.el
@@ -89,7 +89,7 @@ An empty list disables VC altogether."
89 :type '(repeat directory) 89 :type '(repeat directory)
90 :group 'vc) 90 :group 'vc)
91 91
92(make-obsolete 'vc-path "should not be necessary anymore." "23.2") 92(make-obsolete-variable 'vc-path "should not be necessary anymore." "23.2")
93 93
94(defcustom vc-make-backup-files nil 94(defcustom vc-make-backup-files nil
95 "If non-nil, backups of registered files are made as with other files. 95 "If non-nil, backups of registered files are made as with other files.