# HG changeset patch # User Stefan Monnier # Date 1256758225 0 # Node ID b1c28ab3d90f4f833c21c8d4b3f2af681b1d46b9 # Parent 2c12fbae77c2bed22fefbd57070b7dc3eb7c20d2 (diff-add-change-log-entries-other-window): Document in the code a bug. diff -r 2c12fbae77c2 -r b1c28ab3d90f lisp/diff-mode.el --- a/lisp/diff-mode.el Wed Oct 28 18:35:33 2009 +0000 +++ b/lisp/diff-mode.el Wed Oct 28 19:30:25 2009 +0000 @@ -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)))))