From: Richard M. Stallman Date: Sat, 28 May 1994 21:49:35 +0000 (+0000) Subject: Use ctl-x-map to bind C-x SPC. X-Git-Tag: emacs-19.34~8112 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=16776e8d91859cccebe3421528bf0c78bd78bc43;p=emacs.git Use ctl-x-map to bind C-x SPC. --- diff --git a/lisp/gud.el b/lisp/gud.el index 421bb15b337..4655dd37eac 100644 --- a/lisp/gud.el +++ b/lisp/gud.el @@ -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