]> git.cworth.org Git - notmuch/blobdiff - emacs/notmuch-hello.el
emacs: drop C-tab binding in hello mode, document <backtab>.
[notmuch] / emacs / notmuch-hello.el
index 61494c02635101da70220ce4837975a43a49090e..acd48c9bc2b56b59b32bb5df4a3d956522acddc3 100644 (file)
@@ -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 "<C-tab>") 'widget-backward)
     map)
   "Keymap for \"notmuch hello\" buffers.")