diff options
author | Kenichi Handa <handa@m17n.org> | 2005-03-18 06:43:15 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2005-03-18 06:43:15 +0000 |
commit | 276bc00212a9252ad70f57ab5b14a0d188c0006a (patch) | |
tree | 7f0d52e54e1f996a5518ce7e5b2ee9712b64fda1 /lisp/international/quail.el | |
parent | 15df8e89214b447546f531cd508229716564336c (diff) | |
download | emacs-276bc00212a9252ad70f57ab5b14a0d188c0006a.tar.gz |
(quail-input-method): Locally bind
inhibit-modification-hooks to .
Diffstat (limited to 'lisp/international/quail.el')
-rw-r--r-- | lisp/international/quail.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/international/quail.el b/lisp/international/quail.el index 992f7ed56a6..69eabeada0d 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -1312,7 +1312,8 @@ Do so while interleaving with the following special events: (list key) (quail-setup-overlays (quail-conversion-keymap)) (let ((modified-p (buffer-modified-p)) - (buffer-undo-list t)) + (buffer-undo-list t) + (inhibit-modification-hooks t)) (unwind-protect (let ((input-string (if (quail-conversion-keymap) (quail-start-conversion key) |