From: Gerd Moellmann Date: Tue, 14 Dec 1999 13:00:09 +0000 (+0000) Subject: (default-input-method): Specify X-Git-Tag: emacs-pretest-21.0.90~5775 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5806e8a61d1f9f2a807936679a133b2ce5f2218a;p=emacs.git (default-input-method): Specify that it should be set after current-language-environment. --- 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)