Change key binding of imail-copy-folder to C to be consistent with
authorChris Hanson <org/chris-hanson/cph>
Thu, 8 Jun 2000 03:24:01 +0000 (03:24 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 8 Jun 2000 03:24:01 +0000 (03:24 +0000)
Dired.

v7/src/imail/imail-top.scm

index 980810dc4ff24b4302d4e78666de56a95543c198..6ff38f92d8a21b24f4bb608f0eea9ed32cc2ba09 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-top.scm,v 1.137 2000/06/08 03:16:29 cph Exp $
+;;; $Id: imail-top.scm,v 1.138 2000/06/08 03:24:01 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
 ;;;
@@ -524,7 +524,7 @@ variable's documentation (using \\[describe-variable]) for details:
 (define-key 'imail #\i         'imail-input)
 (define-key 'imail #\o         'imail-output)
 (define-key 'imail #\m-o       'imail-copy-messages)
-(define-key 'imail #\m-c       'imail-copy-folder)
+(define-key 'imail #\C         'imail-copy-folder)
 (define-key 'imail #\c-o       'imail-save-attachment)
 (define-key 'imail #\+         'imail-create-folder)
 (define-key 'imail #\-         'imail-delete-folder)