# HG changeset patch # User Geoff Voelker # Date 910730944 0 # Node ID 8dcfae475b98575b0dcb3bb2cdc13b8454f84f26 # Parent 4b1d22478c9f9139578ababe87486b753ca53e4c ([language-change]): For now ignore keyboard language-change events. diff -r 4b1d22478c9f -r 8dcfae475b98 lisp/term/w32-win.el --- 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)