1
0
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:
Richard M. Stallman 1994-05-28 21:49:35 +00:00
parent dad1bbe256
commit 16776e8d91

View File

@ -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