comparison lisp/international/mule-cmds.el @ 26832:4a01a2762de5

(default-input-method): Specify that it should be set after current-language-environment.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 14 Dec 1999 12:57:29 +0000
parents 598f252b76f2
children 1f32811873b7
comparison
equal deleted inserted replaced
26831:ddaafb816c3e 26832:4a01a2762de5
809 (defcustom default-input-method nil 809 (defcustom default-input-method nil
810 "*Default input method for multilingual text (a string). 810 "*Default input method for multilingual text (a string).
811 This is the input method activated automatically by the command 811 This is the input method activated automatically by the command
812 `toggle-input-method' (\\[toggle-input-method])." 812 `toggle-input-method' (\\[toggle-input-method])."
813 :group 'mule 813 :group 'mule
814 :type '(choice (const nil) string)) 814 :type '(choice (const nil) string)
815 :set-after '(current-language-environment))
815 816
816 (put 'input-method-function 'permanent-local t) 817 (put 'input-method-function 'permanent-local t)
817 818
818 (defvar input-method-history nil 819 (defvar input-method-history nil
819 "History list for some commands that read input methods.") 820 "History list for some commands that read input methods.")