Removed extra parentheses
This commit is contained in:
parent
2f9c9b99fb
commit
abc459911b
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -1404,7 +1404,7 @@ FUNC should leave point at the end of the modified region"
|
|||
'("Log" ?H "Reflog head" magit-reflog-head)
|
||||
'("Log" ?a "All branches" "--all" magit-true)
|
||||
'("Log" ?R "Restrict to path" "--relative=" read-directory-name)
|
||||
))))
|
||||
))
|
||||
|
||||
(defvar magit-mode-map
|
||||
(let ((map (make-keymap)))
|
||||
|
|
Loading…
Add table
Reference in a new issue