Mercurial > emacs
changeset 105793:b1c28ab3d90f
(diff-add-change-log-entries-other-window): Document in the code a bug.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 28 Oct 2009 19:30:25 +0000 |
parents | 2c12fbae77c2 |
children | 26f423968392 |
files | lisp/diff-mode.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)))))