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
db8f7303
Commit
db8f7303
authored
Jun 18, 2001
by
Gerd Moellmann
Browse files
(quail-start-conversion): Reset
quail-translating to nil.
parent
753b4645
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/international/quail.el
lisp/international/quail.el
+2
-0
No files found.
lisp/ChangeLog
View file @
db8f7303
2001-06-18 Gerd Moellmann <gerd@gnu.org>
* international/quail.el (quail-start-conversion): Reset
quail-translating to nil.
* antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
...
...
lisp/international/quail.el
View file @
db8f7303
...
...
@@ -2,6 +2,7 @@
;; Copyright (C) 1995, 2000 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
;; Copyright (C) 2001 Free Software Foundation, Inc.
;; Author: Kenichi HANDA <handa@etl.go.jp>
;; Naoto TAKAHASHI <ntakahas@etl.go.jp>
...
...
@@ -1434,6 +1435,7 @@ Return the input string."
(
setq
unread-command-events
(
string-to-list
(
this-single-command-raw-keys
)))
(
setq
quail-converting
nil
))))
(
setq
quail-translating
nil
)
(
if
(
overlay-start
quail-conv-overlay
)
(
delete-region
(
overlay-start
quail-conv-overlay
)
(
overlay-end
quail-conv-overlay
)))
...
...
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