]> git.eshelyaron.com Git - emacs.git/commitdiff
Use ctl-x-map to bind C-x SPC.
authorRichard M. Stallman <rms@gnu.org>
Sat, 28 May 1994 21:49:35 +0000 (21:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 28 May 1994 21:49:35 +0000 (21:49 +0000)
lisp/gud.el

index 421bb15b33784d868ebe8b977aa78c3635032db2..4655dd37eac49a2e89855c52fbd150f32b466f47 100644 (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