Make sure display-log range command is optional.
This commit is contained in:
parent
80ee094c9c
commit
59f577e020
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -3797,7 +3797,7 @@ With a non numeric prefix ARG, show all entries"
|
|||
(interactive)
|
||||
(magit-display-log t))
|
||||
|
||||
(magit-define-command display-log (ask-for-range &rest extra-args)
|
||||
(magit-define-command display-log (&optional ask-for-range &rest extra-args)
|
||||
(interactive)
|
||||
(let* ((log-range (if ask-for-range
|
||||
(magit-read-rev-range "Log" "HEAD")
|
||||
|
|
Loading…
Reference in a new issue