diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-16 09:30:17 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-16 09:30:17 +0000 |
commit | 09eabf0fa5a289a2edc68b3455d8579ae79bb40b (patch) | |
tree | 1c404a31b6313bd1c059129d570c4d06884c11b8 /lisp/vc-cvs.el | |
parent | 4c61891a9e53893372d748c32f978557a739c00c (diff) | |
download | emacs-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.el | 2 |
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 |