]> git.eshelyaron.com Git - emacs.git/commitdiff
(diff-add-change-log-entries-other-window): Document in the code a bug.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 28 Oct 2009 19:30:25 +0000 (19:30 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 28 Oct 2009 19:30:25 +0000 (19:30 +0000)
lisp/diff-mode.el

index 93a8a418806d3e01ff64780b7c9d210e0181d573..cb0dce5e80dc81d1a2afa466f1a67628a2e81830 100644 (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)))))