Removed extra parentheses

This commit is contained in:
oscar 2010-05-16 19:12:03 +02:00
parent 2f9c9b99fb
commit abc459911b

View file

@ -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)))