# HG changeset patch # User Gerd Moellmann # Date 945176249 0 # Node ID 4a01a2762de505afe4fd1ff855608b4fbaee0fda # Parent ddaafb816c3e08d300dff562108327c57b41e999 (default-input-method): Specify that it should be set after current-language-environment. diff -r ddaafb816c3e -r 4a01a2762de5 lisp/international/mule-cmds.el --- a/lisp/international/mule-cmds.el Tue Dec 14 12:56:36 1999 +0000 +++ b/lisp/international/mule-cmds.el Tue Dec 14 12:57:29 1999 +0000 @@ -811,7 +811,8 @@ This is the input method activated automatically by the command `toggle-input-method' (\\[toggle-input-method])." :group 'mule - :type '(choice (const nil) string)) + :type '(choice (const nil) string) + :set-after '(current-language-environment)) (put 'input-method-function 'permanent-local t)