]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-stay-local): Fix typo in choice.
authorMartin Rudalics <rudalics@gmx.at>
Tue, 28 Oct 2008 18:52:02 +0000 (18:52 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Tue, 28 Oct 2008 18:52:02 +0000 (18:52 +0000)
lisp/ChangeLog
lisp/vc-hooks.el

index edf17db7b1768bc1451d63ad005aa84a396cc719..fbdd4939fbf792dd4c9c2caf09c8133a4fce9ebb 100644 (file)
@@ -1,6 +1,7 @@
 2008-10-28  Martin Rudalics  <rudalics@gmx.at>
 
        * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
+       * vc-hooks.el (vc-stay-local): Likewise.
 
 2008-10-28  Phil Sung  <psung@mit.edu>  (tiny change)
 
index 97dca35463d5da4537cb6463a7155c51732a74ed..b4f92350ea16e718b9b2ce88812421da54dd74d3 100644 (file)
@@ -159,7 +159,7 @@ symbol `except'; then VC always stays local except for hosts matched
 by these regular expressions."
   :type '(choice
          (const :tag "Always stay local" t)
-         (const :tag "Only for file operations" 'only-file)
+         (const :tag "Only for file operations" only-file)
          (const :tag "Don't stay local" nil)
          (list :format "\nExamine hostname and %v" :tag "Examine hostname ..."
                (set :format "%v" :inline t (const :format "%t" :tag "don't" except))
@@ -334,7 +334,7 @@ If WITNESS if not found, return nil, otherwise return the root."
   (let ((locate-dominating-stop-dir-regexp
          (or vc-ignore-dir-regexp locate-dominating-stop-dir-regexp)))
     (locate-dominating-file file witness)))
-    
+
 (define-obsolete-function-alias 'vc-find-root 'locate-dominating-file "23.1")
 
 ;; Access functions to file properties