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
17fd77dd
Commit
17fd77dd
authored
Apr 06, 2001
by
Dave Love
Browse files
(encoded-kbd-self-insert-ccl):
Remove redundant string-to-list.
parent
869fb12c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/international/encoded-kb.el
lisp/international/encoded-kb.el
+1
-1
No files found.
lisp/international/encoded-kb.el
View file @
17fd77dd
...
...
@@ -244,7 +244,7 @@ The following key sequence may cause multilingual text insertion."
(
dotimes
(
i
9
)
(
aset
vec
i
nil
))
(
setq
str
(
format
"%s%c"
str
(
read-char-exclusive
))))
(
setq
unread-command-events
(
append
(
string-to-list
result
)
unread-command-events
))))
(
append
result
unread-command-events
))))
(
defun
encoded-kbd-setup-keymap
(
coding
)
;; At first, reset the keymap.
...
...
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