1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

(vc-path): Make it an obsolete var, rather than function.

This commit is contained in:
Stefan Monnier 2010-02-02 22:55:03 -05:00
parent 02ba126764
commit 1df9718f3a
2 changed files with 5 additions and 1 deletions

View 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

View 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.