comparison lisp/diff-mode.el @ 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 511c7f2425a4
children 1d1d5d9bd884
comparison
equal deleted inserted replaced
105792:2c12fbae77c2 105793:b1c28ab3d90f
1884 "\\(-- [0-9]+\\(,[0-9]+\\)? ----\n" 1884 "\\(-- [0-9]+\\(,[0-9]+\\)? ----\n"
1885 ;; and skip to the next non-context line. 1885 ;; and skip to the next non-context line.
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)))))
1892 1893
1893 ;; provide the package 1894 ;; provide the package