X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=53ccc39d1e91486f79c68a1407ec6750134fed65;hb=c52fee6bcb3565ce19801b86d83d5783e48df320;hp=cb586e9246f96a4e4cb48669eabae04e7f059317;hpb=21474f0e09defa26421b356100c55299afeb19ef;p=notmuch diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index cb586e92..53ccc39d 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -1243,6 +1243,7 @@ reset based on the original query." (defvar notmuch-show-mode-map (let ((map (make-sparse-keymap))) + (set-keymap-parent map notmuch-common-keymap) (define-key map "?" 'notmuch-help) (define-key map "q" 'notmuch-kill-this-buffer) (define-key map (kbd "") 'widget-backward)