Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1180f752
Commit
1180f752
authored
Jun 28, 2010
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
international/quail.el (quail-insert-kbd-layout): Fix the showing of untranslated characters.
parent
b9229673
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/international/quail.el
lisp/international/quail.el
+1
-1
No files found.
lisp/ChangeLog
View file @
1180f752
2010-06-28 Kenichi Handa <handa@m17n.org>
* international/quail.el (quail-insert-kbd-layout): Fix the
showing of untranslated characters.
2010-06-28 Chong Yidong <cyd@stupidchicken.com>
* simple.el (delete-active-region): New option.
...
...
lisp/international/quail.el
View file @
1180f752
...
...
@@ -811,7 +811,7 @@ The format of KBD-LAYOUT is the same as `quail-keyboard-layout'."
(setq translation (aref (cdr translation) 0))
(setq translation "
")))
(setq done-list (cons translation done-list)))
(setq translation
ch
))
(setq translation
(aref kbd-layout i)
))
(aset layout i translation))
(setq i (1+ i)))
...
...
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