diff options
| author | Stefan Monnier | 2010-02-02 22:55:03 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2010-02-02 22:55:03 -0500 |
| commit | 1df9718f3a7bb30ef46c4e050143da2dbbefd2d9 (patch) | |
| tree | 6d15681843ba513c6015e0a6b0e1f1a3d355052f | |
| parent | 02ba126764ce7c23e8c325f55037eb7e7b908261 (diff) | |
| download | emacs-1df9718f3a7bb30ef46c4e050143da2dbbefd2d9.tar.gz emacs-1df9718f3a7bb30ef46c4e050143da2dbbefd2d9.zip | |
(vc-path): Make it an obsolete var, rather than function.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/vc-hooks.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7a18954f59d..864a91e0e51 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * vc-hooks.el (vc-path): Make it an obsolete var, rather than function. | ||
| 4 | |||
| 1 | 2010-02-02 Juri Linkov <juri@jurta.org> | 5 | 2010-02-02 Juri Linkov <juri@jurta.org> |
| 2 | 6 | ||
| 3 | * textmodes/ispell.el (ispell-message-text-end): Remove final newline | 7 | * textmodes/ispell.el (ispell-message-text-end): Remove final newline |
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." | |||
| 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. |