mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-06 20:49:33 +00:00
Use ctl-x-map to bind C-x SPC.
This commit is contained in:
parent
dad1bbe256
commit
16776e8d91
@ -47,7 +47,7 @@
|
||||
"Prefix of all GUD commands valid in C buffers.")
|
||||
|
||||
(global-set-key (concat gud-key-prefix "\C-l") 'gud-refresh)
|
||||
(global-set-key "\C-x " 'gud-break) ;; backward compatibility hack
|
||||
(define-key ctl-x-map " " 'gud-break) ;; backward compatibility hack
|
||||
|
||||
;; ======================================================================
|
||||
;; the overloading mechanism
|
||||
|
Loading…
x
Reference in New Issue
Block a user