comparison lisp/gud.el @ 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 1ce5d720b347
children 842db6d87566
comparison
equal deleted inserted replaced
7740:0ba4d34bcff4 7741:347191d7ca7d
45 45
46 (defvar gud-key-prefix "\C-x\C-a" 46 (defvar gud-key-prefix "\C-x\C-a"
47 "Prefix of all GUD commands valid in C buffers.") 47 "Prefix of all GUD commands valid in C buffers.")
48 48
49 (global-set-key (concat gud-key-prefix "\C-l") 'gud-refresh) 49 (global-set-key (concat gud-key-prefix "\C-l") 'gud-refresh)
50 (global-set-key "\C-x " 'gud-break) ;; backward compatibility hack 50 (define-key ctl-x-map " " 'gud-break) ;; backward compatibility hack
51 51
52 ;; ====================================================================== 52 ;; ======================================================================
53 ;; the overloading mechanism 53 ;; the overloading mechanism
54 54
55 (defun gud-overload-functions (gud-overload-alist) 55 (defun gud-overload-functions (gud-overload-alist)