From: Richard M. Stallman Date: Tue, 15 Jul 1997 18:51:38 +0000 (+0000) Subject: (global-map): Turn off the S-SPC binding. X-Git-Tag: emacs-20.1~1139 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a2ad45b9aec9f87f07a2a8c2c58ed1768980efa9;p=emacs.git (global-map): Turn off the S-SPC binding. --- diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index f53fe961d1c..2dfc71ab0d4 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.