diff lisp/vc-hooks.el @ 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 40a4dcd1833e
children 847e60ce6749 04a1a4b18129
line wrap: on
line diff
--- 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.