summaryrefslogtreecommitdiff
path: root/lisp/vc-cvs.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>2008-05-16 09:30:17 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>2008-05-16 09:30:17 +0000
commit09eabf0fa5a289a2edc68b3455d8579ae79bb40b (patch)
tree1c404a31b6313bd1c059129d570c4d06884c11b8 /lisp/vc-cvs.el
parent4c61891a9e53893372d748c32f978557a739c00c (diff)
downloademacs-09eabf0fa5a289a2edc68b3455d8579ae79bb40b.tar.gz
emacs-09eabf0fa5a289a2edc68b3455d8579ae79bb40b.tar.bz2
emacs-09eabf0fa5a289a2edc68b3455d8579ae79bb40b.zip
Clean up after granbbing CVS/Root info.
Diffstat (limited to 'lisp/vc-cvs.el')
-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."
(save-excursion
(set-buffer (find-file-noselect "CVS/Root" t))
(and (looking-at ":ext:") (delete-char 5))
- (buffer-string))
+ (prog1 (buffer-string) (not-modified) (kill-buffer nil)))
nil)))
(concat
;; FIXME: see how PCL-CVS gets the data to print all these