aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Voelker1998-11-10 20:49:04 +0000
committerGeoff Voelker1998-11-10 20:49:04 +0000
commita73c80a31d6b199d7b0878d75c74fb2a99800674 (patch)
tree2fcac7c3d42cd3e2f6c2e027531abd7cb636bf44
parentdaafb0e38358503b5599c151e71d4e50c4428e00 (diff)
downloademacs-a73c80a31d6b199d7b0878d75c74fb2a99800674.tar.gz
emacs-a73c80a31d6b199d7b0878d75c74fb2a99800674.zip
([language-change]): For now ignore
keyboard language-change events.
-rw-r--r--lisp/term/w32-win.el6
1 files changed, 6 insertions, 0 deletions
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."
169(global-set-key [drag-n-drop] 'w32-drag-n-drop) 169(global-set-key [drag-n-drop] 'w32-drag-n-drop)
170(global-set-key [C-drag-n-drop] 'w32-drag-n-drop-other-frame) 170(global-set-key [C-drag-n-drop] 'w32-drag-n-drop-other-frame)
171 171
172;; Keyboard layout/language change events
173;; For now ignore language-change events; in the future
174;; we should switch the Emacs Input Method to match the
175;; new layout/language selected by the user.
176(global-set-key [language-change] 'ignore)
177
172(defvar x-invocation-args) 178(defvar x-invocation-args)
173 179
174(defvar x-command-line-resources nil) 180(defvar x-command-line-resources nil)