diff lisp/international/mule-cmds.el @ 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 88d7b5c216a2
children 67b464da13ec
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)))))