From: Eric S. Raymond Date: Fri, 16 May 2008 09:30:17 +0000 (+0000) Subject: Clean up after granbbing CVS/Root info. X-Git-Tag: emacs-pretest-23.0.90~5481 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=09eabf0fa5a289a2edc68b3455d8579ae79bb40b;p=emacs.git Clean up after granbbing CVS/Root info. --- 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