comparison lisp/vc-hooks.el @ 107075:389adef9b27d

(vc-path): Make it an obsolete var, rather than function.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 02 Feb 2010 22:55:03 -0500
parents 40a4dcd1833e
children 847e60ce6749 04a1a4b18129
comparison
equal deleted inserted replaced
107074:e4a4161df485 107075:389adef9b27d
87 (defcustom vc-path nil 87 (defcustom vc-path nil
88 "List of extra directories to search for version control commands." 88 "List of extra directories to search for version control commands."
89 :type '(repeat directory) 89 :type '(repeat directory)
90 :group 'vc) 90 :group 'vc)
91 91
92 (make-obsolete 'vc-path "should not be necessary anymore." "23.2") 92 (make-obsolete-variable 'vc-path "should not be necessary anymore." "23.2")
93 93
94 (defcustom vc-make-backup-files nil 94 (defcustom vc-make-backup-files nil
95 "If non-nil, backups of registered files are made as with other files. 95 "If non-nil, backups of registered files are made as with other files.
96 If nil (the default), files covered by version control don't get backups." 96 If nil (the default), files covered by version control don't get backups."
97 :type 'boolean 97 :type 'boolean