From 9b10b5a3dd5f9750d9c27e77eba60725d8e2cb24 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 13 Aug 1997 00:37:32 +0000 Subject: [PATCH] (default-input-method): Variable no longer automatically local. --- lisp/international/mule-cmds.el | 6 +----- 1 file changed, 1 insertion(+), 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. -- 2.39.5