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
e54d89f4
Commit
e54d89f4
authored
Sep 09, 1996
by
Richard M. Stallman
Browse files
(iso-transl-define-keys): Fix paren error in prev change.
parent
f0724bcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/international/iso-transl.el
lisp/international/iso-transl.el
+2
-2
No files found.
lisp/international/iso-transl.el
View file @
e54d89f4
...
...
@@ -230,8 +230,8 @@ sequence VECTOR. (VECTOR is normally one character long.)")
(
aset
deadvec
0
deadkey
)
(
define-key
isearch-mode-map
(
vector
deadkey
)
nil
)
(
define-key
key-translation-map
deadvec
(
cdr
(
car
alist
)))))
(
setq
tail
(
cdr
tail
))))
)
(
setq
alist
(
cdr
alist
)))
(
setq
tail
(
cdr
tail
))))
(
setq
alist
(
cdr
alist
)))
)
(
defun
iso-transl-set-language
(
lang
)
(
interactive
(
list
(
let
((
completion-ignore-case
t
))
...
...
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