mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; * lisp/vc/vc-dispatcher.el (vc-finish-logentry): Fix thinko.
This commit is contained in:
parent
0c0ac8d48a
commit
e25ee1082f
1 changed files with 1 additions and 1 deletions
|
|
@ -861,7 +861,7 @@ the buffer contents as a comment."
|
|||
;; Check and record the comment, if any.
|
||||
(unless nocomment
|
||||
(run-hooks 'vc-logentry-check-hook))
|
||||
;; Must pass NOT-ESSENTIAL nil because we later call
|
||||
;; Must pass NOT-ESSENTIAL non-nil because we later call
|
||||
;; `vc-resynch-buffer' with NOQUERY non-nil.
|
||||
(vc-buffer-sync-fileset (list log-edit-vc-backend vc-log-fileset))
|
||||
(unless vc-log-operation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue