diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/vc/vc-dispatcher.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3b76c81f79d..6cd0044dbbf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers. | ||
| 4 | |||
| 1 | 2013-11-27 Glenn Morris <rgm@gnu.org> | 5 | 2013-11-27 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * international/charprop.el, international/uni-bidi.el: | 7 | * international/charprop.el, international/uni-bidi.el: |
diff --git a/lisp/vc/vc-dispatcher.el b/lisp/vc/vc-dispatcher.el index 62fb72d0fbc..a71d80da61a 100644 --- a/lisp/vc/vc-dispatcher.el +++ b/lisp/vc/vc-dispatcher.el | |||
| @@ -596,7 +596,7 @@ NOT-URGENT means it is ok to continue if the user says not to save." | |||
| 596 | (setq default-directory | 596 | (setq default-directory |
| 597 | (buffer-local-value 'default-directory vc-parent-buffer)) | 597 | (buffer-local-value 'default-directory vc-parent-buffer)) |
| 598 | (log-edit 'vc-finish-logentry | 598 | (log-edit 'vc-finish-logentry |
| 599 | nil | 599 | t |
| 600 | `((log-edit-listfun . (lambda () | 600 | `((log-edit-listfun . (lambda () |
| 601 | ;; FIXME: Should expand the list | 601 | ;; FIXME: Should expand the list |
| 602 | ;; for directories. | 602 | ;; for directories. |