Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a2ad45b9
Commit
a2ad45b9
authored
Jul 15, 1997
by
Richard M. Stallman
Browse files
(global-map): Turn off the S-SPC binding.
parent
579c8381
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+4
-2
No files found.
lisp/international/mule-cmds.el
View file @
a2ad45b9
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment