that it should be set after current-language-environment.
1999-12-14 Gerd Moellmann <gerd@gnu.org>
+ * international/mule-cmds.el (default-input-method): Specify
+ that it should be set after current-language-environment.
+
+ * custom.el (custom-handle-keyword): Add :set-after.
+ (custom-add-dependencies): New function.
+ (custom-set-variables): Take dependencies between args into
+ account.
+
* battery.el (battery): Doc fix.
1999-12-12 Gerd Moellmann <gerd@gnu.org>
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)