Mercurial > emacs
changeset 99190:e78a75586e10
(vc-cvs-stay-local): Fix typo in choice.
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Tue, 28 Oct 2008 17:56:36 +0000 |
parents | dc2662d377a4 |
children | e295f1ce302e |
files | lisp/vc-cvs.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc-cvs.el Tue Oct 28 17:45:00 2008 +0000 +++ b/lisp/vc-cvs.el Tue Oct 28 17:56:36 2008 +0000 @@ -121,7 +121,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)) @@ -969,7 +969,7 @@ ;; "-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)