]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-jump.el
emacs: various cosmetic improvements
[notmuch] / emacs / notmuch-jump.el
index 51bc4e31f8b78c2918625de2710d41bb8075e174..34d6c796d0af0ae021b9254c7e1a2e3562212bfe 100644 (file)
@@ -63,8 +63,8 @@ fast way to jump to a saved search from anywhere in Notmuch."
     (setq action-map (nreverse action-map))
     (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, %s"
+            "please customize shortcut keys in notmuch-saved-searches."))))
 
 (defvar notmuch-jump--action nil)