aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1999-04-12 18:25:26 +0000
committerKarl Heuer1999-04-12 18:25:26 +0000
commit0f835e871cb17e4a72c2628abe8fc706925ca19e (patch)
tree3a101448a1609d2bc359b5c86178dedabb7ab6ea
parent165e2d55b45ad23e807214dada6b63914b8ed980 (diff)
downloademacs-0f835e871cb17e4a72c2628abe8fc706925ca19e.tar.gz
emacs-0f835e871cb17e4a72c2628abe8fc706925ca19e.zip
(input-method-function): Add permanent-local property.
-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)