1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

(diff-add-change-log-entries-other-window): Document in the code a bug.

This commit is contained in:
Stefan Monnier 2009-10-28 19:30:25 +00:00
parent 6df9b6d78f
commit 4c5559bf39

View File

@ -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)))))