comparison 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
comparison
equal deleted inserted replaced
24616:a647cbfb4169 24617:a9d05d95717d
807 "*Default input method for multilingual text (a string). 807 "*Default input method for multilingual text (a string).
808 This is the input method activated automatically by the command 808 This is the input method activated automatically by the command
809 `toggle-input-method' (\\[toggle-input-method])." 809 `toggle-input-method' (\\[toggle-input-method])."
810 :group 'mule 810 :group 'mule
811 :type '(choice (const nil) string)) 811 :type '(choice (const nil) string))
812
813 (put 'input-method-function 'permanent-local t)
812 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)
816 (put 'input-method-history 'permanent-local t) 818 (put 'input-method-history 'permanent-local t)