emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102086: Fix 2010-10-10 keymap fixes.


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102086: Fix 2010-10-10 keymap fixes.
Date: Sun, 24 Oct 2010 17:44:53 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102086
author: T.V. Raman <address@hidden>
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2010-10-24 17:44:53 -0400
message:
  Fix 2010-10-10 keymap fixes.
  
  * net/mairix.el (mairix-searches-mode-map):
  * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
modified:
  lisp/ChangeLog
  lisp/mail/mspools.el
  lisp/net/mairix.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-10-24 21:36:09 +0000
+++ b/lisp/ChangeLog    2010-10-24 21:44:53 +0000
@@ -1,3 +1,8 @@
+2010-10-24  "T.V. Raman" <address@hidden>
+
+       * net/mairix.el (mairix-searches-mode-map):
+       * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
+
 2010-10-24  Michael McNamara  <address@hidden>
 
        * verilog-mode.el (verilog-directive-re): Make this variable

=== modified file 'lisp/mail/mspools.el'
--- a/lisp/mail/mspools.el      2010-10-10 23:12:30 +0000
+++ b/lisp/mail/mspools.el      2010-10-24 21:44:53 +0000
@@ -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

=== modified file 'lisp/net/mairix.el'
--- a/lisp/net/mairix.el        2010-10-10 23:12:30 +0000
+++ b/lisp/net/mairix.el        2010-10-24 21:44:53 +0000
@@ -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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]