mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-02 02:10:46 -08:00
Fix previous change.
This commit is contained in:
parent
19d0c7aad4
commit
f7af6265bf
1 changed files with 2 additions and 2 deletions
|
|
@ -32,10 +32,10 @@
|
|||
(require 'quail)
|
||||
|
||||
(defun quail-hangul-switch-back (key idx)
|
||||
(if (not input-method-history
|
||||
(if (not input-method-history)
|
||||
(toggle-input-method t)
|
||||
(quail-delete-region)
|
||||
(activate-input-method (car input-method-history))
|
||||
(activate-input-method (car input-method-history)))
|
||||
(throw 'quail-tag nil))
|
||||
|
||||
(quail-define-package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue