mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
; * lisp/vc/vc.el (vc-checkin): Fix thinko.
This commit is contained in:
parent
c98a74cd87
commit
c916f816e0
1 changed files with 1 additions and 1 deletions
|
|
@ -1954,7 +1954,7 @@ Runs the normal hooks `vc-before-checkin-hook' and `vc-checkin-hook'."
|
|||
;; RCS 5.7 gripes about whitespace-only comments too.
|
||||
(unless (and comment (string-match "[^\t\n ]" comment))
|
||||
(setq comment "*** empty log message ***"))
|
||||
(when register (vc-register (list backend files)))
|
||||
(when register (vc-register (list backend register)))
|
||||
(cl-labels ((do-it ()
|
||||
;; We used to change buffers to get local value of
|
||||
;; `vc-checkin-switches', but the (singular) local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue