Mercurial > emacs
changeset 7741:347191d7ca7d
Use ctl-x-map to bind C-x SPC.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 28 May 1994 21:49:35 +0000 |
parents | 0ba4d34bcff4 |
children | 2b0419458768 |
files | lisp/gud.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gud.el Sat May 28 21:46:45 1994 +0000 +++ b/lisp/gud.el Sat May 28 21:49:35 1994 +0000 @@ -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