From: Stefan Monnier Date: Wed, 28 Oct 2009 19:30:25 +0000 (+0000) Subject: (diff-add-change-log-entries-other-window): Document in the code a bug. X-Git-Tag: emacs-pretest-23.1.90~627 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4c5559bf3965c883e4a7146e96b56e6786a12aa3;p=emacs.git (diff-add-change-log-entries-other-window): Document in the code a bug. --- diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index 93a8a418806..cb0dce5e80d 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el @@ -1886,6 +1886,7 @@ I.e. like `add-change-log-entry-other-window' but applied to all hunks." "\\( .*\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)))))