diff options
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. |