changeset 19329:249631cebee0

(default-input-method): Variable no longer automatically local.
author Richard M. Stallman <rms@gnu.org>
date Wed, 13 Aug 1997 00:37:32 +0000
parents a616b45ffa31
children 95417b9e3fc5
files lisp/international/mule-cmds.el
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el	Wed Aug 13 00:29:02 1997 +0000
+++ b/lisp/international/mule-cmds.el	Wed Aug 13 00:37:32 1997 +0000
@@ -392,13 +392,9 @@
 (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.