Change binding of imail-toggle-message to #\c-t.
authorChris Hanson <org/chris-hanson/cph>
Tue, 20 Jun 2000 19:15:41 +0000 (19:15 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 20 Jun 2000 19:15:41 +0000 (19:15 +0000)
v7/src/imail/imail-top.scm

index ce882a289660c2eb400fb4007e4342da391e437d..2a42017769d7868ea08fd9bf918f884a9e912a67 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-top.scm,v 1.175 2000/06/20 19:13:14 cph Exp $
+;;; $Id: imail-top.scm,v 1.176 2000/06/20 19:15:41 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
 ;;;
@@ -405,7 +405,7 @@ Instead, these commands are available:
 (define-key 'imail #\s         'imail-save-folder)
 (define-key 'imail #\m-s       'imail-search)
 (define-key 'imail #\t         'imail-toggle-header)
-(define-key 'imail #\T         'imail-toggle-message)
+(define-key 'imail #\c-t       'imail-toggle-message)
 (define-key 'imail #\u         'imail-undelete-previous-message)
 (define-key 'imail #\m-u       'imail-first-unseen-message)
 (define-key 'imail #\x         'imail-expunge)