From: Dan Nicolaescu Date: Sat, 31 May 2008 15:32:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~5185 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40de1a6acbf7842880217e373b7c14b9fca642f2;p=emacs.git *** empty log message *** --- diff --git a/lisp/vc-cvs.el b/lisp/vc-cvs.el index 2747b2b234a..dfec8b9541f 100644 --- a/lisp/vc-cvs.el +++ b/lisp/vc-cvs.el @@ -876,7 +876,7 @@ state." (push (list file status) result))) (goto-char (point-max)) (widen)) - (funcall update-function result)) + (funcall update-function result)) ;; Alternative implementation: use the "update" command instead of ;; the "status" command. ;; (let ((result nil)