(default-input-method):
authorRichard M. Stallman <rms@gnu.org>
Wed, 13 Aug 1997 00:37:32 +0000 (00:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 13 Aug 1997 00:37:32 +0000 (00:37 +0000)
Variable no longer automatically local.

lisp/international/mule-cmds.el

index e6d1d9d..62c4e57 100644 (file)
@@ -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.