(vc-path): Make it an obsolete var, rather than function.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 3 Feb 2010 03:55:03 +0000 (22:55 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 3 Feb 2010 03:55:03 +0000 (22:55 -0500)
lisp/ChangeLog
lisp/vc-hooks.el

index 7a18954..864a91e 100644 (file)
@@ -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
index b465614..01c1dc8 100644 (file)
@@ -89,7 +89,7 @@ An empty list disables VC altogether."
   :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.