diff options
| author | Richard M. Stallman | 1997-08-13 00:37:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-13 00:37:32 +0000 |
| commit | 9b10b5a3dd5f9750d9c27e77eba60725d8e2cb24 (patch) | |
| tree | 0b70568da476b2d7c77a8dcf2380cc8022db6a71 | |
| parent | 4d5ac029e08067cf789325966302304287f554c7 (diff) | |
| download | emacs-9b10b5a3dd5f9750d9c27e77eba60725d8e2cb24.tar.gz emacs-9b10b5a3dd5f9750d9c27e77eba60725d8e2cb24.zip | |
(default-input-method):
Variable no longer automatically local.
| -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.") | |||
| 392 | (defcustom default-input-method nil | 392 | (defcustom default-input-method nil |
| 393 | "*Default input method for multilingual text. | 393 | "*Default input method for multilingual text. |
| 394 | This is the input method activated automatically by the command | 394 | This is the input method activated automatically by the command |
| 395 | `toggle-input-method' (\\[toggle-input-method]). | 395 | `toggle-input-method' (\\[toggle-input-method])." |
| 396 | Automatically local in all buffers." | ||
| 397 | :group 'mule) | 396 | :group 'mule) |
| 398 | 397 | ||
| 399 | (make-variable-buffer-local 'default-input-method) | ||
| 400 | (put 'default-input-method 'permanent-local t) | ||
| 401 | |||
| 402 | (defvar previous-input-method nil | 398 | (defvar previous-input-method nil |
| 403 | "Input method selected previously in the current buffer. | 399 | "Input method selected previously in the current buffer. |
| 404 | This is the one selected before the current input method is selected. | 400 | This is the one selected before the current input method is selected. |