]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDan Nicolaescu <dann@ics.uci.edu>
Sat, 31 May 2008 15:32:10 +0000 (15:32 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sat, 31 May 2008 15:32:10 +0000 (15:32 +0000)
lisp/vc-cvs.el

index 2747b2b234a3d7a88835195687d8f1c819d77677..dfec8b9541fcea991e071d43ba1ea756984c932c 100644 (file)
@@ -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)