Mercurial > emacs
changeset 106990:40a4dcd1833e
(vc-path): Mark as obsolete.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 25 Jan 2010 23:22:25 -0800 |
parents | 69a56b685af8 |
children | 4b75ffbc9b2f eb7555fbea3b e760b002759b |
files | lisp/ChangeLog lisp/vc-hooks.el |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jan 25 13:49:23 2010 -0500 +++ b/lisp/ChangeLog Mon Jan 25 23:22:25 2010 -0800 @@ -1,3 +1,7 @@ +2010-01-26 Dan Nicolaescu <dann@ics.uci.edu> + + * vc-hooks.el (vc-path): Mark as obsolete. + 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu> * vc-annotate.el (vc-annotate-revision-at-line): Compare file
--- a/lisp/vc-hooks.el Mon Jan 25 13:49:23 2010 -0500 +++ b/lisp/vc-hooks.el Mon Jan 25 23:22:25 2010 -0800 @@ -89,6 +89,8 @@ :type '(repeat directory) :group 'vc) +(make-obsolete '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."