emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99386: (vc-path): Mark as obsolete.


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99386: (vc-path): Mark as obsolete.
Date: Mon, 25 Jan 2010 23:22:25 -0800
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99386
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Mon 2010-01-25 23:22:25 -0800
message:
  (vc-path): Mark as obsolete.
modified:
  lisp/ChangeLog
  lisp/vc-hooks.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-01-25 09:04:59 +0000
+++ b/lisp/ChangeLog    2010-01-26 07:22:25 +0000
@@ -1,3 +1,7 @@
+2010-01-26  Dan Nicolaescu  <address@hidden>
+
+       * vc-hooks.el (vc-path): Mark as obsolete.
+
 2010-01-25  Dan Nicolaescu  <address@hidden>
 
        * vc-annotate.el (vc-annotate-revision-at-line): Compare file

=== modified file 'lisp/vc-hooks.el'
--- a/lisp/vc-hooks.el  2010-01-13 08:35:10 +0000
+++ b/lisp/vc-hooks.el  2010-01-26 07:22:25 +0000
@@ -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."


reply via email to

[Prev in Thread] Current Thread [Next in Thread]