1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(gnus-uu-ctl-map): Move C-h binding to C-d.

This commit is contained in:
Richard M. Stallman 1994-06-01 18:42:30 +00:00
parent eaf7606559
commit 0372bf47e5

View File

@ -144,7 +144,7 @@
(define-key gnus-uu-ctl-map "\C-a" 'gnus-uu-decode-and-view-all-unread-articles)
(define-key gnus-uu-ctl-map "\C-w" 'gnus-uu-decode-and-view-all-articles)
(define-key gnus-uu-ctl-map "\C-h" 'gnus-uu-threaded-decode-and-view)
(define-key gnus-uu-ctl-map "\C-d" 'gnus-uu-threaded-decode-and-view)
(define-key gnus-uu-ctl-map "h" 'gnus-uu-threaded-decode-and-save)
(define-key gnus-uu-ctl-map "\C-j" 'gnus-uu-threaded-multi-decode-and-view)
(define-key gnus-uu-ctl-map "j" 'gnus-uu-threaded-multi-decode-and-save)