emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r99692: * vc-hooks.el (vc-path): Remo


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99692: * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
Date: Fri, 19 Mar 2010 02:42:13 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99692
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Fri 2010-03-19 02:42:13 -0700
message:
  * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
modified:
  lisp/ChangeLog
  lisp/vc-hooks.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-03-19 09:37:41 +0000
+++ b/lisp/ChangeLog    2010-03-19 09:42:13 +0000
@@ -1,5 +1,9 @@
 2010-03-19  Dan Nicolaescu  <address@hidden>
 
+       * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
+
+2010-03-19  Dan Nicolaescu  <address@hidden>
+
        Add special markup processing for commit logs.
        * log-edit.el (log-edit-extra-flags): New variable.
        (log-edit): Add new argument MODE.  Use that mode when non-nil

=== modified file 'lisp/vc-hooks.el'
--- a/lisp/vc-hooks.el  2010-02-03 03:55:03 +0000
+++ b/lisp/vc-hooks.el  2010-03-19 09:42:13 +0000
@@ -84,13 +84,6 @@
   :type '(repeat string)
   :group 'vc)
 
-(defcustom vc-path nil
-  "List of extra directories to search for version control commands."
-  :type '(repeat directory)
-  :group 'vc)
-
-(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.
 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]