emacs: add doc-string to notmuch-tree-mode-map

This commit is contained in:
Jonas Bernoulli 2020-11-08 20:02:47 +01:00 committed by David Bremner
parent 0496668ad5
commit b9f328b75d

View file

@ -359,7 +359,8 @@ FUNC."
(define-key map " " 'notmuch-tree-scroll-or-next)
(define-key map (kbd "DEL") 'notmuch-tree-scroll-message-window-back)
(define-key map "e" 'notmuch-tree-resume-message)
map))
map)
"Keymap for \"notmuch tree\" buffers.")
(fset 'notmuch-tree-mode-map notmuch-tree-mode-map)
(defun notmuch-tree-get-message-properties ()