aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2008-05-31 15:32:10 +0000
committerDan Nicolaescu2008-05-31 15:32:10 +0000
commit40de1a6acbf7842880217e373b7c14b9fca642f2 (patch)
tree3585240ac0635abd82da7f4218d7f2036106fbfc
parent17996b53fd7d07771b13f4201b06e5fd726168ef (diff)
downloademacs-40de1a6acbf7842880217e373b7c14b9fca642f2.tar.gz
emacs-40de1a6acbf7842880217e373b7c14b9fca642f2.zip
*** empty log message ***
-rw-r--r--lisp/vc-cvs.el2
1 files changed, 1 insertions, 1 deletions
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."
876 (push (list file status) result))) 876 (push (list file status) result)))
877 (goto-char (point-max)) 877 (goto-char (point-max))
878 (widen)) 878 (widen))
879 (funcall update-function result)) 879 (funcall update-function result))
880 ;; Alternative implementation: use the "update" command instead of 880 ;; Alternative implementation: use the "update" command instead of
881 ;; the "status" command. 881 ;; the "status" command.
882 ;; (let ((result nil) 882 ;; (let ((result nil)