Fix syntax error.
This commit is contained in:
parent
59f577e020
commit
e5ae16c1d7
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -3864,7 +3864,7 @@ This is only non-nil in reflog buffers.")
|
|||
(switch-to-buffer "*magit-reflog*")
|
||||
(magit-mode-init topdir 'reflog
|
||||
#'magit-refresh-reflog-buffer at args)
|
||||
(magit-reflog-mode t)))))
|
||||
(magit-reflog-mode t))))
|
||||
|
||||
(magit-define-command reflog-ranged ()
|
||||
(interactive)
|
||||
|
|
Loading…
Reference in a new issue