Make sure magit-log-edit-toggle-field returns the right value.
This commit is contained in:
parent
120c5f8ec0
commit
b8d6d5c08b
1 changed files with 2 additions and 1 deletions
3
magit.el
3
magit.el
|
@ -3161,7 +3161,8 @@ toggled on. When it's toggled on for the first time, return
|
|||
(rplacd cell (if yesp "no" "yes")))
|
||||
(setq fields (acons name (if default "yes" "no") fields))
|
||||
(setq yesp (if default 'first)))
|
||||
(magit-log-edit-set-fields fields)))
|
||||
(magit-log-edit-set-fields fields)
|
||||
yesp))
|
||||
|
||||
(defun magit-log-edit-setup-author-env (author)
|
||||
(cond (author
|
||||
|
|
Loading…
Reference in a new issue