aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/mule-cmds.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index fb22fa1f5f4..05ce97f2641 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -810,6 +810,8 @@ This is the input method activated automatically by the command
810 :group 'mule 810 :group 'mule
811 :type '(choice (const nil) string)) 811 :type '(choice (const nil) string))
812 812
813(put 'input-method-function 'permanent-local t)
814
813(defvar input-method-history nil 815(defvar input-method-history nil
814 "History list for some commands that read input methods.") 816 "History list for some commands that read input methods.")
815(make-variable-buffer-local 'input-method-history) 817(make-variable-buffer-local 'input-method-history)