aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus-uu.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-06-01 18:42:30 +0000
committerRichard M. Stallman <[email protected]>1994-06-01 18:42:30 +0000
commit0372bf47e51aed1f5021d32f99a2e258bf37561b (patch)
treeecdb2d1a1c0de3707899a033fcec95eec12a4b4f /lisp/gnus-uu.el
parenteaf7606559759ce9abbd92a423bd4fdeafd4ae05 (diff)
(gnus-uu-ctl-map): Move C-h binding to C-d.
Diffstat (limited to 'lisp/gnus-uu.el')
-rw-r--r--lisp/gnus-uu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus-uu.el b/lisp/gnus-uu.el
index 838bbc21cb..fe29e63ab0 100644
--- a/lisp/gnus-uu.el
+++ b/lisp/gnus-uu.el
@@ -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)