diff options
| author | Dan Nicolaescu | 2010-03-19 02:42:13 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-03-19 02:42:13 -0700 |
| commit | 3c95bbb62157210d10c983840bb725b3a8b9be12 (patch) | |
| tree | 0ebfda79b13c7ead8c4e200679d5c52a62ac4201 /lisp | |
| parent | 09158997b552e31323410a8bfaa5a58a1a94b072 (diff) | |
| download | emacs-3c95bbb62157210d10c983840bb725b3a8b9be12.tar.gz emacs-3c95bbb62157210d10c983840bb725b3a8b9be12.zip | |
* vc-hooks.el (vc-path): Remove variable and obsolete declaration.
Diffstat (limited to 'lisp')
| -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 @@ | |||
| 1 | 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * vc-hooks.el (vc-path): Remove variable and obsolete declaration. | ||
| 4 | |||
| 5 | 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 6 | |||
| 3 | Add special markup processing for commit logs. | 7 | Add special markup processing for commit logs. |
| 4 | * log-edit.el (log-edit-extra-flags): New variable. | 8 | * log-edit.el (log-edit-extra-flags): New variable. |
| 5 | (log-edit): Add new argument MODE. Use that mode when non-nil | 9 | (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." | |||
| 84 | :type '(repeat string) | 84 | :type '(repeat string) |
| 85 | :group 'vc) | 85 | :group 'vc) |
| 86 | 86 | ||
| 87 | (defcustom vc-path nil | ||
| 88 | "List of extra directories to search for version control commands." | ||
| 89 | :type '(repeat directory) | ||
| 90 | :group 'vc) | ||
| 91 | |||
| 92 | (make-obsolete-variable 'vc-path "should not be necessary anymore." "23.2") | ||
| 93 | |||
| 94 | (defcustom vc-make-backup-files nil | 87 | (defcustom vc-make-backup-files nil |
| 95 | "If non-nil, backups of registered files are made as with other files. | 88 | "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." | 89 | If nil (the default), files covered by version control don't get backups." |