diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-01-05 22:19:56 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-01-05 22:20:01 -0500 |
commit | c913a186347dd46a7b0eac79d53a4bec9f390e85 (patch) | |
tree | 2ad8658f88ee120e70be5d578c48d1c9bc93eba6 /lisp | |
parent | 26ba343ba4e8c485d617c6b5b87ff13317197d45 (diff) | |
download | emacs.d-c913a186347dd46a7b0eac79d53a4bec9f390e85.tar.gz |
notmuch-goto-message-in-gnus: Fix indentation
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-gnus.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/init-gnus.el b/lisp/init-gnus.el index 2eb2253..d9a39c8 100644 --- a/lisp/init-gnus.el +++ b/lisp/init-gnus.el @@ -152,8 +152,8 @@ A new buffer with the patch contents is opened in another window." (setq message-id (replace-regexp-in-string "\"" "" message-id)) (if (and group message-id) (progn - (switch-to-buffer "*Group*") - (org-gnus-follow-link group message-id)) + (switch-to-buffer "*Group*") + (org-gnus-follow-link group message-id)) (message "Couldn't get relevant infos for switching to Gnus.")))) (defun km/gnus-goto-message-in-notmuch () |