From: Stefan Monnier Date: Wed, 3 Feb 2010 03:55:03 +0000 (-0500) Subject: (vc-path): Make it an obsolete var, rather than function. X-Git-Tag: emacs-pretest-23.1.93~121 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1df9718f3a7bb30ef46c4e050143da2dbbefd2d9;p=emacs.git (vc-path): Make it an obsolete var, rather than function. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7a18954f59d..864a91e0e51 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-02-03 Stefan Monnier + + * vc-hooks.el (vc-path): Make it an obsolete var, rather than function. + 2010-02-02 Juri Linkov * 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." :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.