diff lisp/international/mule-cmds.el @ 24617:a9d05d95717d

(input-method-function): Add permanent-local property.
author Karl Heuer <kwzh@gnu.org>
date Mon, 12 Apr 1999 18:25:26 +0000
parents c10fd4e02857
children 269f6a206499
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el	Mon Apr 12 18:23:41 1999 +0000
+++ b/lisp/international/mule-cmds.el	Mon Apr 12 18:25:26 1999 +0000
@@ -810,6 +810,8 @@
   :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)