diff lisp/diff-mode.el @ 91724:4302897b076a

(diff-add-change-log-entries-other-window): Use add-change-log-entry.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 10 Feb 2008 18:38:05 +0000
parents 2229d6434820
children 08b13631ff73
line wrap: on
line diff
--- a/lisp/diff-mode.el	Sun Feb 10 17:01:47 2008 +0000
+++ b/lisp/diff-mode.el	Sun Feb 10 18:38:05 2008 +0000
@@ -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)))))