]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-summary-mode-map): Bind RET to rmail-summary-goto-msg.
authorGerd Moellmann <gerd@gnu.org>
Sun, 12 Dec 1999 12:25:47 +0000 (12:25 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 12 Dec 1999 12:25:47 +0000 (12:25 +0000)
lisp/mail/rmailsum.el

index 57b611f766706874a9f534d873035f786abd71fc..38688190c56eda72ae226ce326054853533f243a 100644 (file)
@@ -823,6 +823,7 @@ Search, the `unseen' attribute is restored.")
   (define-key rmail-summary-mode-map "h"      'rmail-summary)
   (define-key rmail-summary-mode-map "i"      'rmail-summary-input)
   (define-key rmail-summary-mode-map "j"      'rmail-summary-goto-msg)
+  (define-key rmail-summary-mode-map "\C-m"   'rmail-summary-goto-msg)
   (define-key rmail-summary-mode-map "k"      'rmail-summary-kill-label)
   (define-key rmail-summary-mode-map "l"      'rmail-summary-by-labels)
   (define-key rmail-summary-mode-map "\e\C-h" 'rmail-summary)