aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 1e9788487bc..40f601a7738 100644
--- a/lisp/vc-cvs.el
+++ b/lisp/vc-cvs.el
@@ -927,7 +927,7 @@ state."
927 (save-excursion 927 (save-excursion
928 (set-buffer (find-file-noselect "CVS/Root" t)) 928 (set-buffer (find-file-noselect "CVS/Root" t))
929 (and (looking-at ":ext:") (delete-char 5)) 929 (and (looking-at ":ext:") (delete-char 5))
930 (buffer-string)) 930 (prog1 (buffer-string) (not-modified) (kill-buffer nil)))
931 nil))) 931 nil)))
932 (concat 932 (concat
933 ;; FIXME: see how PCL-CVS gets the data to print all these 933 ;; FIXME: see how PCL-CVS gets the data to print all these