From a73c80a31d6b199d7b0878d75c74fb2a99800674 Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Tue, 10 Nov 1998 20:49:04 +0000 Subject: [PATCH] ([language-change]): For now ignore keyboard language-change events. --- lisp/term/w32-win.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index 2e00d8eb686..9593e79f531 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el @@ -169,6 +169,12 @@ the last file dropped is selected." (global-set-key [drag-n-drop] 'w32-drag-n-drop) (global-set-key [C-drag-n-drop] 'w32-drag-n-drop-other-frame) +;; Keyboard layout/language change events +;; For now ignore language-change events; in the future +;; we should switch the Emacs Input Method to match the +;; new layout/language selected by the user. +(global-set-key [language-change] 'ignore) + (defvar x-invocation-args) (defvar x-command-line-resources nil) -- 2.39.2