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

index 461a849502457d4cbab158ffbd33b49108e6d491..edf17db7b1768bc1451d63ad005aa84a396cc719 100644 (file)
@@ -1,3 +1,7 @@
+2008-10-28  Martin Rudalics  <rudalics@gmx.at>
+
+       * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
+
 2008-10-28  Phil Sung  <psung@mit.edu>  (tiny change)
 
        * follow.el (follow-scroll-down, follow-calc-win-end)
index 7a38ff11f93fd0560f07cba692b04f100f800699..81db5a08576c1bbed1b068396cffc5700dca484a 100644 (file)
@@ -121,7 +121,7 @@ can be a list of regular expressions where the first element is the
 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))
@@ -969,7 +969,7 @@ state."
       ;;                 "-f" "-n" "update" "-d" "-P")
       (vc-exec-after
        `(vc-cvs-after-dir-status (quote ,update-function))))))
-  
+
 (defun vc-cvs-dir-status-files (dir files default-state update-function)
   "Create a list of conses (file . state) for DIR."
   (apply 'vc-cvs-command (current-buffer) 'async dir "-f" "status" files)