mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
Fix 2010-10-10 keymap fixes.
* net/mairix.el (mairix-searches-mode-map): * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
This commit is contained in:
parent
d414c7133f
commit
a11de51476
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user