emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp diff-mode.el


From: Stefan Monnier
Subject: [Emacs-diffs] emacs/lisp diff-mode.el
Date: Wed, 28 Oct 2009 19:30:26 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        09/10/28 19:30:25

Modified files:
        lisp           : diff-mode.el 

Log message:
        (diff-add-change-log-entries-other-window): Document in the code a bug.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/diff-mode.el?cvsroot=emacs&r1=1.162&r2=1.163

Patches:
Index: diff-mode.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/diff-mode.el,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -b -r1.162 -r1.163
--- diff-mode.el        9 Sep 2009 14:47:59 -0000       1.162
+++ diff-mode.el        28 Oct 2009 19:30:25 -0000      1.163
@@ -1886,6 +1886,7 @@
                             "\\( .*\n\\)*[+]\\)?")
                     nil t))
             (save-excursion
+              ;; FIXME: this pops up windows of all the buffers.
               (add-change-log-entry nil nil t nil t)))
         ;; When there's no more hunks, diff-hunk-next signals an error.
        (error nil)))))




reply via email to

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