diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/international/mule-cmds.el | 6 |
1 files changed, 4 insertions, 2 deletions
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 @@ | |||
| 142 | ;; but it won't be used that frequently. | 142 | ;; but it won't be used that frequently. |
| 143 | (define-key global-map "\C-\\" 'toggle-input-method) | 143 | (define-key global-map "\C-\\" 'toggle-input-method) |
| 144 | 144 | ||
| 145 | ;; Here's an alternative key binding for X users (Shift-SPACE). | 145 | ;;; This is no good because people often type Shift-SPC |
| 146 | (define-key global-map [?\S- ] 'toggle-input-method) | 146 | ;;; meaning to type SPC. -- rms. |
| 147 | ;;; ;; Here's an alternative key binding for X users (Shift-SPACE). | ||
| 148 | ;;; (define-key global-map [?\S- ] 'toggle-input-method) | ||
| 147 | 149 | ||
| 148 | (defun toggle-enable-multibyte-characters (&optional arg) | 150 | (defun toggle-enable-multibyte-characters (&optional arg) |
| 149 | "Change whether this buffer enables multibyte characters. | 151 | "Change whether this buffer enables multibyte characters. |