From 1df9718f3a7bb30ef46c4e050143da2dbbefd2d9 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 2 Feb 2010 22:55:03 -0500 Subject: [PATCH] (vc-path): Make it an obsolete var, rather than function. --- lisp/ChangeLog | 4 ++++ lisp/vc-hooks.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 2.39.5