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.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Sat, 02 Aug 2008 21:31:42 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/08/02 21:31:42

Index: vc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc.el,v
retrieving revision 1.698
retrieving revision 1.699
diff -u -b -r1.698 -r1.699
--- vc.el       22 Jul 2008 04:39:26 -0000      1.698
+++ vc.el       2 Aug 2008 21:31:41 -0000       1.699
@@ -1085,7 +1085,7 @@
                         ;; finishing the log entry and committing.
                         (not (and visited (buffer-modified-p))))
                (vc-revert-file file)
-               (delete file ready-for-commit)))))
+               (setq ready-for-commit (delete file ready-for-commit))))))
        ;; Remaining files need to be committed
        (if (not ready-for-commit)
            (message "No files remain to be committed")




reply via email to

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