From 779b50f0f0773de6e8814cd12ccdcd2ae64e70fd Mon Sep 17 00:00:00 2001 From: Allen Date: Tue, 25 Oct 2016 23:37:34 -0700 Subject: [PATCH] Fix parentheses grouping typo --- mu4e/mu4e-vars.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mu4e/mu4e-vars.el b/mu4e/mu4e-vars.el index 37b61ddc..4d6373a7 100644 --- a/mu4e/mu4e-vars.el +++ b/mu4e/mu4e-vars.el @@ -298,9 +298,9 @@ Also see `mu4e-compose-context-policy'." (const :tag "Ask if none of the contexts match" 'ask) (const :tag "Ask when there's no context yet" 'ask-if-none) (const :tag "Pick the first context if none match" 'pick-first) - (const :tag "Don't change the context when none match" nil) + (const :tag "Don't change the context when none match" nil)) :safe 'symbolp - :group 'mu4e)) + :group 'mu4e) ;; crypto