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:
parent
02ba126764
commit
1df9718f3a
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user