From 5806e8a61d1f9f2a807936679a133b2ce5f2218a Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 14 Dec 1999 13:00:09 +0000 Subject: [PATCH] (default-input-method): Specify that it should be set after current-language-environment. --- lisp/ChangeLog | 8 ++++++++ lisp/international/mule-cmds.el | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e2c9b73515b..d8aaaa99bfa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,13 @@ 1999-12-14 Gerd Moellmann + * 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 diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 1b35f86ef6a..1c725dd1708 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -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) -- 2.39.5