diff --git a/magit.el b/magit.el index 6d4615cd..bcc51cb1 100644 --- a/magit.el +++ b/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)))