changeset 23675:8dcfae475b98

([language-change]): For now ignore keyboard language-change events.
author Geoff Voelker <voelker@cs.washington.edu>
date Tue, 10 Nov 1998 20:49:04 +0000
parents 4b1d22478c9f
children 704d2e178bcb
files lisp/term/w32-win.el
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/w32-win.el	Tue Nov 10 11:26:34 1998 +0000
+++ b/lisp/term/w32-win.el	Tue Nov 10 20:49:04 1998 +0000
@@ -169,6 +169,12 @@
 (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)