diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-02-02 22:55:03 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-02-02 22:55:03 -0500 |
commit | 1df9718f3a7bb30ef46c4e050143da2dbbefd2d9 (patch) | |
tree | 6d15681843ba513c6015e0a6b0e1f1a3d355052f /lisp/vc-hooks.el | |
parent | 02ba126764ce7c23e8c325f55037eb7e7b908261 (diff) | |
download | emacs-1df9718f3a7bb30ef46c4e050143da2dbbefd2d9.tar.gz |
(vc-path): Make it an obsolete var, rather than function.
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r-- | lisp/vc-hooks.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |