(default-input-method): Specify
that it should be set after current-language-environment.
This commit is contained in:
parent
13b5da0446
commit
5806e8a61d
2 changed files with 10 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue