mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
* net/xesam.el (xesam-mode-map): Use let-bound map in
initialization. (Bug#11292)
This commit is contained in:
parent
da00640ab7
commit
2df41f9c6f
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2012-04-23 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* net/xesam.el (xesam-mode-map): Use let-bound map in
|
||||
initialization. (Bug#11292)
|
||||
|
||||
2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
|
||||
|
||||
Preserve ispell session localwords when switching back to
|
||||
|
|
|
|||
|
|
@ -449,7 +449,7 @@ If there is no registered search engine at all, the function returns `nil'."
|
|||
|
||||
(defvar xesam-mode-map
|
||||
(let ((map (copy-keymap special-mode-map)))
|
||||
(set-keymap-parent xesam-mode-map widget-keymap)
|
||||
(set-keymap-parent map widget-keymap)
|
||||
map))
|
||||
|
||||
(define-derived-mode xesam-mode special-mode "Xesam"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue