summaryrefslogtreecommitdiff
path: root/lisp/mail/mspools.el
diff options
context:
space:
mode:
authorT.V. Raman <tv.raman.tv@gmail.com>2010-10-24 17:44:53 -0400
committerChong Yidong <cyd@stupidchicken.com>2010-10-24 17:44:53 -0400
commita11de514760cb39dab01081fbe1342924b351c9c (patch)
tree730be1e0c145246bd153971d4fff10ae74d6cca4 /lisp/mail/mspools.el
parentd414c7133f4a19c1ae8120a317cca35758b58c9a (diff)
downloademacs-a11de514760cb39dab01081fbe1342924b351c9c.tar.gz
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.el3
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