(default-input-method): Specify

that it should be set after current-language-environment.
This commit is contained in:
Gerd Moellmann 1999-12-14 13:00:09 +00:00
parent 13b5da0446
commit 5806e8a61d
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,13 @@
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>

View file

@ -811,7 +811,8 @@ If nil, that means no input method is activated now.")
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)