# HG changeset patch # User Richard M. Stallman # Date 868992698 0 # Node ID 75b2e402c45dde5350677f8d900ec9518fb4bf18 # Parent c7b288b97f73a9169f77c852bedfbe3e11776bab (global-map): Turn off the S-SPC binding. diff -r c7b288b97f73 -r 75b2e402c45d lisp/international/mule-cmds.el --- a/lisp/international/mule-cmds.el Tue Jul 15 13:21:56 1997 +0000 +++ b/lisp/international/mule-cmds.el Tue Jul 15 18:51:38 1997 +0000 @@ -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.