Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2df41f9c
Commit
2df41f9c
authored
Apr 23, 2012
by
Michael Albinus
Browse files
* net/xesam.el (xesam-mode-map): Use let-bound map in
initialization. (Bug#11292)
parent
da00640a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/net/xesam.el
lisp/net/xesam.el
+1
-1
No files found.
lisp/ChangeLog
View file @
2df41f9c
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
...
...
lisp/net/xesam.el
View file @
2df41f9c
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment