emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/diff-mode.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/diff-mode.el,v
Date: Sun, 10 Feb 2008 18:38:08 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/02/10 18:38:07

Index: diff-mode.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/diff-mode.el,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -b -r1.127 -r1.128
--- diff-mode.el        8 Feb 2008 16:00:54 -0000       1.127
+++ diff-mode.el        10 Feb 2008 18:38:05 -0000      1.128
@@ -1759,10 +1759,7 @@
                             "\\( .*\n\\)*[+]\\)?")
                     nil t))
             (save-excursion
-              (add-change-log-entry-other-window)
-              ;; Insert a "." so that the entries created don't get
-              ;; merged.
-              (insert ".")))
+              (add-change-log-entry nil nil t 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]