diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-08-13 00:37:32 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-08-13 00:37:32 +0000 |
commit | 9b10b5a3dd5f9750d9c27e77eba60725d8e2cb24 (patch) | |
tree | 0b70568da476b2d7c77a8dcf2380cc8022db6a71 /lisp | |
parent | 4d5ac029e08067cf789325966302304287f554c7 (diff) | |
download | emacs-9b10b5a3dd5f9750d9c27e77eba60725d8e2cb24.tar.gz |
(default-input-method):
Variable no longer automatically local.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/international/mule-cmds.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index e6d1d9dd911..62c4e5727c6 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -392,13 +392,9 @@ If nil, that means no input method is activated now.") (defcustom default-input-method nil "*Default input method for multilingual text. This is the input method activated automatically by the command -`toggle-input-method' (\\[toggle-input-method]). -Automatically local in all buffers." +`toggle-input-method' (\\[toggle-input-method])." :group 'mule) -(make-variable-buffer-local 'default-input-method) -(put 'default-input-method 'permanent-local t) - (defvar previous-input-method nil "Input method selected previously in the current buffer. This is the one selected before the current input method is selected. |