aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2009-10-28 19:30:25 +0000
committerStefan Monnier2009-10-28 19:30:25 +0000
commit4c5559bf3965c883e4a7146e96b56e6786a12aa3 (patch)
tree6e49a7cbe93fb338a79d525585eca08006acc1bd
parent6df9b6d78f82589af80c70bf1f027a275383a40c (diff)
downloademacs-4c5559bf3965c883e4a7146e96b56e6786a12aa3.tar.gz
emacs-4c5559bf3965c883e4a7146e96b56e6786a12aa3.zip
(diff-add-change-log-entries-other-window): Document in the code a bug.
-rw-r--r--lisp/diff-mode.el1
1 files changed, 1 insertions, 0 deletions
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."
1886 "\\( .*\n\\)*[+]\\)?") 1886 "\\( .*\n\\)*[+]\\)?")
1887 nil t)) 1887 nil t))
1888 (save-excursion 1888 (save-excursion
1889 ;; FIXME: this pops up windows of all the buffers.
1889 (add-change-log-entry nil nil t nil t))) 1890 (add-change-log-entry nil nil t nil t)))
1890 ;; When there's no more hunks, diff-hunk-next signals an error. 1891 ;; When there's no more hunks, diff-hunk-next signals an error.
1891 (error nil))))) 1892 (error nil)))))