emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r99437: (vc-path): Make it an obsolet


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99437: (vc-path): Make it an obsolete var, rather than function.
Date: Tue, 02 Feb 2010 22:55:03 -0500
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99437
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Tue 2010-02-02 22:55:03 -0500
message:
  (vc-path): Make it an obsolete var, rather than function.
modified:
  lisp/ChangeLog
  lisp/vc-hooks.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-02-02 22:33:52 +0000
+++ b/lisp/ChangeLog    2010-02-03 03:55:03 +0000
@@ -1,3 +1,7 @@
+2010-02-03  Stefan Monnier  <address@hidden>
+
+       * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
+
 2010-02-02  Juri Linkov  <address@hidden>
 
        * textmodes/ispell.el (ispell-message-text-end): Remove final newline

=== modified file 'lisp/vc-hooks.el'
--- a/lisp/vc-hooks.el  2010-01-26 07:22:25 +0000
+++ b/lisp/vc-hooks.el  2010-02-03 03:55:03 +0000
@@ -89,7 +89,7 @@
   :type '(repeat directory)
   :group 'vc)
 
-(make-obsolete 'vc-path "should not be necessary anymore." "23.2")
+(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.


reply via email to

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