]> git.notmuchmail.org Git - notmuch/commitdiff
contrib: pick: remove some superfluous quotes
authorMark Walters <markwalters1009@gmail.com>
Sun, 15 Sep 2013 14:35:04 +0000 (15:35 +0100)
committerDavid Bremner <bremner@debian.org>
Mon, 23 Sep 2013 10:29:45 +0000 (07:29 -0300)
Pick adds some keybindings to keymaps for other modes (for entry to
pick). These quoted the keymaps which appears to be unnecessary and to
rely on the fact that these keymaps have the same entry in the
function cell as the value cell (perhaps for historical reasons?)

Remove these quotes.

contrib/notmuch-pick/notmuch-pick.el

index ad85d03cfd9351fd6c4d10f8d32f0c7a2bfc3d32..2deee42e155e51534968bd65ddc5070283c29893 100644 (file)
@@ -966,12 +966,12 @@ The arguments are:
 
 
 ;; Set up key bindings from the rest of notmuch.
 
 
 ;; Set up key bindings from the rest of notmuch.
-(define-key 'notmuch-search-mode-map "z" 'notmuch-pick)
-(define-key 'notmuch-search-mode-map "Z" 'notmuch-pick-from-search-current-query)
-(define-key 'notmuch-search-mode-map (kbd "M-RET") 'notmuch-pick-from-search-thread)
-(define-key 'notmuch-hello-mode-map "z" 'notmuch-pick-from-hello)
-(define-key 'notmuch-show-mode-map "z" 'notmuch-pick)
-(define-key 'notmuch-show-mode-map "Z" 'notmuch-pick-from-show-current-query)
+(define-key notmuch-search-mode-map "z" 'notmuch-pick)
+(define-key notmuch-search-mode-map "Z" 'notmuch-pick-from-search-current-query)
+(define-key notmuch-search-mode-map (kbd "M-RET") 'notmuch-pick-from-search-thread)
+(define-key notmuch-hello-mode-map "z" 'notmuch-pick-from-hello)
+(define-key notmuch-show-mode-map "z" 'notmuch-pick)
+(define-key notmuch-show-mode-map "Z" 'notmuch-pick-from-show-current-query)
 (notmuch-pick-setup-show-out)
 (message "Initialised notmuch-pick")
 
 (notmuch-pick-setup-show-out)
 (message "Initialised notmuch-pick")