Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
251b4b31
Commit
251b4b31
authored
Feb 24, 2006
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(encoded-kbd-mode): Check
saved-input-mode on turing off Encoded Kbd mode.
parent
5432dcf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
lisp/international/encoded-kb.el
lisp/international/encoded-kb.el
+5
-4
No files found.
lisp/international/encoded-kb.el
View file @
251b4b31
...
...
@@ -376,10 +376,11 @@ as a multilingual text encoded in a coding system set by
coding
)))
;; We are turning off Encoded-kbd mode.
(
setq
key-translation-map
saved-key-translation-map
saved-key-translation-map
nil
)
(
apply
'set-input-mode
saved-input-mode
)
(
setq
saved-input-mode
nil
)))
(
when
saved-input-mode
(
setq
key-translation-map
saved-key-translation-map
saved-key-translation-map
nil
)
(
apply
'set-input-mode
saved-input-mode
)
(
setq
saved-input-mode
nil
))))
(
provide
'encoded-kb
)
...
...
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