# HG changeset patch # User Stefan Monnier # Date 1265169303 18000 # Node ID 389adef9b27d8275acc74a97560545639bcfd494 # Parent e4a4161df48584ae02462341df9f80070da51825 (vc-path): Make it an obsolete var, rather than function. diff -r e4a4161df485 -r 389adef9b27d lisp/ChangeLog --- 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 + + * 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 -r e4a4161df485 -r 389adef9b27d lisp/vc-hooks.el --- 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.