X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=acd48c9bc2b56b59b32bb5df4a3d956522acddc3;hb=20b2ae12183a5be79d2f3d8da7943bc358e8202c;hp=61494c02635101da70220ce4837975a43a49090e;hpb=a890241138ea468f8a275941b02da39b4e894c1e;p=notmuch diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 61494c02..acd48c9b 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -569,7 +569,7 @@ options will be handled as specified for (or (plist-get options :filter-count) (plist-get options :filter)))) "\n"))) - (unless (= (call-process-region (point-min) (point-max) notmuch-command + (unless (= (notmuch--call-process-region (point-min) (point-max) notmuch-command t t nil "count" "--batch") 0) (notmuch-logged-error "notmuch count --batch failed" @@ -702,7 +702,6 @@ with `notmuch-hello-query-counts'." ;; that when we modify map it does not modify widget-keymap). (let ((map (make-composed-keymap (list (make-sparse-keymap) widget-keymap)))) (set-keymap-parent map notmuch-common-keymap) - (define-key map (kbd "") 'widget-backward) map) "Keymap for \"notmuch hello\" buffers.")