X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=emacs%2Fnotmuch-jump.el;fp=emacs%2Fnotmuch-jump.el;h=6d8cd97fa0c700d9bd1da1b62b9ea0cd1cc21a04;hb=a4617f29ce81e7ae3e0cb747fdb9070f88407a28;hp=84fe2b9c2435b2cc4ac67760313e637c150ee202;hpb=e3fd546ad75411ed310202e52e1c88bbd9616651;p=notmuch diff --git a/emacs/notmuch-jump.el b/emacs/notmuch-jump.el index 84fe2b9c..6d8cd97f 100644 --- a/emacs/notmuch-jump.el +++ b/emacs/notmuch-jump.el @@ -70,7 +70,8 @@ fast way to jump to a saved search from anywhere in Notmuch." (if action-map (notmuch-jump action-map "Search: ") - (error "To use notmuch-jump, please customize shortcut keys in notmuch-saved-searches.")))) + (error "To use notmuch-jump, \ +please customize shortcut keys in notmuch-saved-searches.")))) (defvar notmuch-jump--action nil) @@ -200,7 +201,9 @@ buffer." (define-key map keystr `(lambda () (interactive) (setq notmuch-jump--action - ',(apply-partially #'notmuch-jump action-submap new-prompt)) + ',(apply-partially #'notmuch-jump + action-submap + new-prompt)) (exit-minibuffer))))))) map))