diff options
| author | Stefan Monnier | 2013-11-27 20:49:25 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2013-11-27 20:49:25 -0500 |
| commit | 1b10adb6822fe1fc2eb503caa43e5c75da197394 (patch) | |
| tree | fae55a2553c63e255394a45ab0e034b51af73457 /lisp/vc | |
| parent | de27f8abfdf28005f578e316321e823337fecae3 (diff) | |
| download | emacs-1b10adb6822fe1fc2eb503caa43e5c75da197394.tar.gz emacs-1b10adb6822fe1fc2eb503caa43e5c75da197394.zip | |
* lisp/vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
Diffstat (limited to 'lisp/vc')
| -rw-r--r-- | lisp/vc/vc-dispatcher.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |