From abc459911bce08c40758fdd893251dfb9d04d50b Mon Sep 17 00:00:00 2001 From: oscar Date: Sun, 16 May 2010 19:12:03 +0200 Subject: [PATCH] Removed extra parentheses --- magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))