[RFC PATCH 2/4] emacs: add no-display arg to notmuch-hello-refresh-hook

Subject: [RFC PATCH 2/4] emacs: add no-display arg to notmuch-hello-refresh-hook

Date: Tue, 17 Apr 2012 08:35:23 +0000

To: notmuch@notmuchmail.org

Cc:

From: Jani Nikula


---
 emacs/notmuch-hello.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el
index 9cd907a..0596bbe 100644
--- a/emacs/notmuch-hello.el
+++ b/emacs/notmuch-hello.el
@@ -776,7 +776,7 @@ following:
     (widget-setup)
 
     (goto-char final-target-pos))
-  (run-hooks 'notmuch-hello-refresh-hook)
+  (run-hook-with-args 'notmuch-hello-refresh-hook no-display)
   (setq notmuch-hello-first-run nil))
 
 (defun notmuch-folder ()
-- 
1.7.1


Thread: