]> code.delx.au - gnu-emacs/blobdiff - lisp/international/quail.el
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-28
[gnu-emacs] / lisp / international / quail.el
index 6aff3e4f497ec45164dc8a6f8b095407b248cb10..7594923a7e9f85f5263894638106a45093070622 100644 (file)
@@ -3,6 +3,9 @@
 ;; Copyright (C) 1995, 2000 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
 ;; Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+;; Copyright (C) 2005
+;;   National Institute of Advanced Industrial Science and Technology (AIST)
+;;   Registration Number H14PRO021
 
 ;; Author: Kenichi HANDA <handa@etl.go.jp>
 ;;        Naoto TAKAHASHI <ntakahas@etl.go.jp>
@@ -1300,7 +1303,8 @@ If STR has `advice' text property, append the following special event:
       (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)