emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc-cvs.el,v


From: Eric S. Raymond
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-cvs.el,v
Date: Fri, 16 May 2008 09:30:23 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Eric S. Raymond <esr>   08/05/16 09:30:21

Index: vc-cvs.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-cvs.el,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -b -r1.134 -r1.135
--- vc-cvs.el   16 May 2008 09:23:22 -0000      1.134
+++ vc-cvs.el   16 May 2008 09:30:17 -0000      1.135
@@ -927,7 +927,7 @@
             (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]