# HG changeset patch # User Chong Yidong # Date 1287956693 14400 # Node ID 6e6f966c3473c4c494fec7b51020d9f083143261 # Parent 547e7258d492b143e794beca93edb3527c749184 Fix 2010-10-10 keymap fixes. * net/mairix.el (mairix-searches-mode-map): * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change. diff -r 547e7258d492 -r 6e6f966c3473 lisp/ChangeLog --- a/lisp/ChangeLog Sun Oct 24 17:37:38 2010 -0400 +++ b/lisp/ChangeLog Sun Oct 24 17:44:53 2010 -0400 @@ -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 -r 547e7258d492 -r 6e6f966c3473 lisp/mail/mspools.el --- a/lisp/mail/mspools.el Sun Oct 24 17:37:38 2010 -0400 +++ b/lisp/mail/mspools.el Sun Oct 24 17:44:53 2010 -0400 @@ -181,7 +181,8 @@ (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 -r 547e7258d492 -r 6e6f966c3473 lisp/net/mairix.el --- a/lisp/net/mairix.el Sun Oct 24 17:37:38 2010 -0400 +++ b/lisp/net/mairix.el Sun Oct 24 17:44:53 2010 -0400 @@ -748,7 +748,7 @@ (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)