changeset 111165:6e6f966c3473

Fix 2010-10-10 keymap fixes. * net/mairix.el (mairix-searches-mode-map): * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 24 Oct 2010 17:44:53 -0400
parents 547e7258d492
children 6cf6c01cf9bf
files lisp/ChangeLog lisp/mail/mspools.el lisp/net/mairix.el
diffstat 3 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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" <tv.raman.tv@gmail.com>
+
+	* net/mairix.el (mairix-searches-mode-map):
+	* mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
+
 2010-10-24  Michael McNamara  <mac@mail.brushroad.com>
 
 	* verilog-mode.el (verilog-directive-re): Make this variable
--- 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
--- 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)