]> git.eshelyaron.com Git - emacs.git/commitdiff
(global-map): Turn off the S-SPC binding.
authorRichard M. Stallman <rms@gnu.org>
Tue, 15 Jul 1997 18:51:38 +0000 (18:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 15 Jul 1997 18:51:38 +0000 (18:51 +0000)
lisp/international/mule-cmds.el

index f53fe961d1c5461212fa2b00af39673f7643ad2c..2dfc71ab0d4b83a99100461c59b4e2003b40d6db 100644 (file)
 ;; 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.