aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/mule-cmds.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index f53fe961d1..2dfc71ab0d 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -142,8 +142,10 @@
;; but it won't be used that frequently.
(define-key global-map "\C-\\" 'toggle-input-method)
-;; Here's an alternative key binding for X users (Shift-SPACE).
-(define-key global-map [?\S- ] 'toggle-input-method)
+;;; This is no good because people often type Shift-SPC
+;;; meaning to type SPC. -- rms.
+;;; ;; Here's an alternative key binding for X users (Shift-SPACE).
+;;; (define-key global-map [?\S- ] 'toggle-input-method)
(defun toggle-enable-multibyte-characters (&optional arg)
"Change whether this buffer enables multibyte characters.