changeset 107075:389adef9b27d

(vc-path): Make it an obsolete var, rather than function.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 02 Feb 2010 22:55:03 -0500
parents e4a4161df485
children 59d8f3cc91f4
files lisp/ChangeLog lisp/vc-hooks.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Feb 03 00:33:52 2010 +0200
+++ b/lisp/ChangeLog	Tue Feb 02 22:55:03 2010 -0500
@@ -1,3 +1,7 @@
+2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
+
 2010-02-02  Juri Linkov  <juri@jurta.org>
 
 	* textmodes/ispell.el (ispell-message-text-end): Remove final newline
--- a/lisp/vc-hooks.el	Wed Feb 03 00:33:52 2010 +0200
+++ b/lisp/vc-hooks.el	Tue Feb 02 22:55:03 2010 -0500
@@ -89,7 +89,7 @@
   :type '(repeat directory)
   :group 'vc)
 
-(make-obsolete 'vc-path "should not be necessary anymore." "23.2")
+(make-obsolete-variable 'vc-path "should not be necessary anymore." "23.2")
 
 (defcustom vc-make-backup-files nil
   "If non-nil, backups of registered files are made as with other files.