]> git.eshelyaron.com Git - emacs.git/commitdiff
([language-change]): For now ignore
authorGeoff Voelker <voelker@cs.washington.edu>
Tue, 10 Nov 1998 20:49:04 +0000 (20:49 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Tue, 10 Nov 1998 20:49:04 +0000 (20:49 +0000)
keyboard language-change events.

lisp/term/w32-win.el

index 2e00d8eb686588ba24f07765c529a0e835898f2d..9593e79f5313d4fb60eb20ee04ccfcbbcd47a1e4 100644 (file)
@@ -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)