diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-03-19 02:42:13 -0700 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-03-19 02:42:13 -0700 |
commit | 3c95bbb62157210d10c983840bb725b3a8b9be12 (patch) | |
tree | 0ebfda79b13c7ead8c4e200679d5c52a62ac4201 | |
parent | 09158997b552e31323410a8bfaa5a58a1a94b072 (diff) | |
download | emacs-3c95bbb62157210d10c983840bb725b3a8b9be12.tar.gz |
* vc-hooks.el (vc-path): Remove variable and obsolete declaration.
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/vc-hooks.el | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 66065601219..11c5dcde3d7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu> + * vc-hooks.el (vc-path): Remove variable and obsolete declaration. + +2010-03-19 Dan Nicolaescu <dann@ics.uci.edu> + Add special markup processing for commit logs. * log-edit.el (log-edit-extra-flags): New variable. (log-edit): Add new argument MODE. Use that mode when non-nil diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 01c1dc822df..47ab9aa71fc 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -84,13 +84,6 @@ An empty list disables VC altogether." :type '(repeat string) :group 'vc) -(defcustom vc-path nil - "List of extra directories to search for version control commands." - :type '(repeat directory) - :group 'vc) - -(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. If nil (the default), files covered by version control don't get backups." |