comparison lisp/gud.el @ 3343:d5fde107dbe3

(gud-def): Don't use gud-key-prefix at compile time.
author Richard M. Stallman <rms@gnu.org>
date Mon, 31 May 1993 05:54:07 +0000
parents 372386917f03
children 8b5fa2d1755f
comparison
equal deleted inserted replaced
3342:ce8aa0ba8b08 3343:d5fde107dbe3
104 '(current-local-map) 104 '(current-local-map)
105 (concat "\C-c" key) 105 (concat "\C-c" key)
106 (list 'quote func))) 106 (list 'quote func)))
107 (if key 107 (if key
108 (list 'global-set-key 108 (list 'global-set-key
109 (concat gud-key-prefix key) 109 (list 'concat 'gud-key-prefix key)
110 (list 'quote func))))) 110 (list 'quote func)))))
111 111
112 ;; Where gud-display-frame should put the debugging arrow. This is 112 ;; Where gud-display-frame should put the debugging arrow. This is
113 ;; set by the marker-filter, which scans the debugger's output for 113 ;; set by the marker-filter, which scans the debugger's output for
114 ;; indications of the current program counter. 114 ;; indications of the current program counter.