changeset 37953:c669723b80d5

(inactivate-input-method): Set input-method-function to nil.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 31 May 2001 07:58:44 +0000
parents 4192225498c7
children f77bc295bba2
files lisp/international/mule-cmds.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)))))