1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.

* progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
(gud-tooltip-mode): Don't barf if the GUD buffer has been killed.
This commit is contained in:
Nick Roberts 2005-08-01 08:29:11 +00:00
parent e37a0f2dba
commit bfa93501f0
2 changed files with 9 additions and 2 deletions

View file

@ -201,6 +201,7 @@ detailed description of this mode.
(defvar gdb-debug-log nil)
;;;###autoload
(defcustom gdb-enable-debug-log nil
"Non-nil means record the process input and output in `gdb-debug-log'."
:type 'boolean