From 44097e84934cdeb300cb526b682e710c4784383d Mon Sep 17 00:00:00 2001 From: Scott Hewitt Date: Sun, 4 May 2014 00:55:44 +0100 Subject: [PATCH] add missing ) to example code --- emacstips.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacstips.mdwn b/emacstips.mdwn index cf4d4e2..1c84545 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -586,7 +586,7 @@ Here is an example configuration. ;; Use "home" identity by default (setq gnus-alias-default-identity "home") ;; Define rules to match work identity - (setq gnus-alias-identity-rules + (setq gnus-alias-identity-rules) '(("work" ("any" "john.doe@\\(example\\.com\\|help\\.example.com\\)" both) "work")) ;; Determine identity when message-mode loads (add-hook 'message-setup-hook 'gnus-alias-determine-identity) -- 2.43.0