# HG changeset patch # User Gerd Moellmann # Date 991295924 0 # Node ID c669723b80d50fd0d23cdbaabf0556ba610d7fc5 # Parent 4192225498c70a5f3a2b07b07c3aab78e35a3d02 (inactivate-input-method): Set input-method-function to nil. diff -r 4192225498c7 -r c669723b80d5 lisp/international/mule-cmds.el --- a/lisp/international/mule-cmds.el Thu May 31 02:26:43 2001 +0000 +++ b/lisp/international/mule-cmds.el Thu May 31 07:58:44 2001 +0000 @@ -1082,6 +1082,7 @@ (unwind-protect (run-hooks 'input-method-inactivate-hook) (setq current-input-method nil + input-method-function nil current-input-method-title nil) (force-mode-line-update)))))