Mercurial > emacs
changeset 18807:75b2e402c45d
(global-map): Turn off the S-SPC binding.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 15 Jul 1997 18:51:38 +0000 |
parents | c7b288b97f73 |
children | a431fbda7f23 |
files | lisp/international/mule-cmds.el |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.