diff options
| author | Dan Nicolaescu | 2008-06-24 04:04:48 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-06-24 04:04:48 +0000 |
| commit | 2a520399dcd0a3eecfca660abb06456534e9103c (patch) | |
| tree | 9e8648de4bbcbbaf6b8206556635598c6622315e /lisp/diff-mode.el | |
| parent | c4c0a44b61d3b85bd0b7fc0d7fdab33931f4aa7a (diff) | |
| download | emacs-2a520399dcd0a3eecfca660abb06456534e9103c.tar.gz emacs-2a520399dcd0a3eecfca660abb06456534e9103c.zip | |
* add-log.el (add-change-log-entry): Add new arg to force each new
entry to be on a new line.
* diff-mode.el (diff-add-change-log-entries-other-window): Use it.
Diffstat (limited to 'lisp/diff-mode.el')
| -rw-r--r-- | lisp/diff-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index 447a8446250..864d74b4e30 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el | |||
| @@ -1875,7 +1875,7 @@ I.e. like `add-change-log-entry-other-window' but applied to all hunks." | |||
| 1875 | "\\( .*\n\\)*[+]\\)?") | 1875 | "\\( .*\n\\)*[+]\\)?") |
| 1876 | nil t)) | 1876 | nil t)) |
| 1877 | (save-excursion | 1877 | (save-excursion |
| 1878 | (add-change-log-entry nil nil t t))) | 1878 | (add-change-log-entry nil nil t nil t))) |
| 1879 | ;; When there's no more hunks, diff-hunk-next signals an error. | 1879 | ;; When there's no more hunks, diff-hunk-next signals an error. |
| 1880 | (error nil))))) | 1880 | (error nil))))) |
| 1881 | 1881 | ||