Mercurial > emacs
changeset 26832:4a01a2762de5
(default-input-method): Specify
that it should be set after current-language-environment.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 14 Dec 1999 12:57:29 +0000 |
parents | ddaafb816c3e |
children | e7000551b2ed |
files | lisp/international/mule-cmds.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el Tue Dec 14 12:56:36 1999 +0000 +++ b/lisp/international/mule-cmds.el Tue Dec 14 12:57:29 1999 +0000 @@ -811,7 +811,8 @@ 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)