diff options
author | T.V. Raman <tv.raman.tv@gmail.com> | 2010-10-24 17:44:53 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-10-24 17:44:53 -0400 |
commit | a11de514760cb39dab01081fbe1342924b351c9c (patch) | |
tree | 730be1e0c145246bd153971d4fff10ae74d6cca4 /lisp/mail/mspools.el | |
parent | d414c7133f4a19c1ae8120a317cca35758b58c9a (diff) | |
download | emacs-a11de514760cb39dab01081fbe1342924b351c9c.tar.gz emacs-a11de514760cb39dab01081fbe1342924b351c9c.tar.bz2 emacs-a11de514760cb39dab01081fbe1342924b351c9c.zip |
Fix 2010-10-10 keymap fixes.
* net/mairix.el (mairix-searches-mode-map):
* mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
Diffstat (limited to 'lisp/mail/mspools.el')
-rw-r--r-- | lisp/mail/mspools.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 |