From a11de514760cb39dab01081fbe1342924b351c9c Mon Sep 17 00:00:00 2001 From: "T.V. Raman" Date: Sun, 24 Oct 2010 17:44:53 -0400 Subject: [PATCH] Fix 2010-10-10 keymap fixes. * net/mairix.el (mairix-searches-mode-map): * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change. --- lisp/ChangeLog | 5 +++++ lisp/mail/mspools.el | 3 ++- lisp/net/mairix.el | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4d7fea9103e..7cbe7d8366c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-10-24 "T.V. Raman" + + * net/mairix.el (mairix-searches-mode-map): + * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change. + 2010-10-24 Michael McNamara * verilog-mode.el (verilog-directive-re): Make this variable diff --git a/lisp/mail/mspools.el b/lisp/mail/mspools.el index 1a397db7a0d..670439ff953 100644 --- a/lisp/mail/mspools.el +++ b/lisp/mail/mspools.el @@ -181,7 +181,8 @@ your primary spool is. If this fails, set it to something like (define-key map "q" 'mspools-quit) (define-key map "n" 'next-line) (define-key map "p" 'previous-line) - (define-key map "g" 'revert-buffer)) + (define-key map "g" 'revert-buffer) + map) "Keymap for the *spools* buffer.") ;;; Code diff --git a/lisp/net/mairix.el b/lisp/net/mairix.el index e5c959d8f23..bfac633c580 100644 --- a/lisp/net/mairix.el +++ b/lisp/net/mairix.el @@ -748,7 +748,7 @@ VALUES may contain values for editable fields from current article." (define-key map [(e)] 'mairix-select-edit) (define-key map [(d)] 'mairix-select-delete) (define-key map [(s)] 'mairix-select-save) - (setq mairix-searches-mode-map map)) + map) "'mairix-searches-mode' keymap.") (defvar mairix-searches-mode-font-lock-keywords) -- 2.39.2