From: Richard M. Stallman Date: Wed, 13 Aug 1997 00:37:32 +0000 (+0000) Subject: (default-input-method): X-Git-Tag: emacs-20.1~619 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9b10b5a3dd5f9750d9c27e77eba60725d8e2cb24;p=emacs.git (default-input-method): Variable no longer automatically local. --- 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.