]> git.eshelyaron.com Git - emacs.git/commitdiff
(input-method-function): Add permanent-local property.
authorKarl Heuer <kwzh@gnu.org>
Mon, 12 Apr 1999 18:25:26 +0000 (18:25 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 12 Apr 1999 18:25:26 +0000 (18:25 +0000)
lisp/international/mule-cmds.el

index fb22fa1f5f44abfbc6ac2a267df62dffe2f47ea9..05ce97f26415d71298e2b341bcdb9a98bc462886 100644 (file)
@@ -810,6 +810,8 @@ This is the input method activated automatically by the command
   :group 'mule
   :type '(choice (const nil) string))
 
+(put 'input-method-function 'permanent-local t)
+
 (defvar input-method-history nil
   "History list for some commands that read input methods.")
 (make-variable-buffer-local 'input-method-history)