Fix 2010-10-10 keymap fixes.
authorT.V. Raman <tv.raman.tv@gmail.com>
Sun, 24 Oct 2010 21:44:53 +0000 (17:44 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 24 Oct 2010 21:44:53 +0000 (17:44 -0400)
* net/mairix.el (mairix-searches-mode-map):
* mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.

lisp/ChangeLog
lisp/mail/mspools.el
lisp/net/mairix.el

index 4d7fea9..7cbe7d8 100644 (file)
@@ -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
index 1a397db..670439f 100644 (file)
@@ -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
index e5c959d..bfac633 100644 (file)
@@ -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)