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:
parent
e37a0f2dba
commit
bfa93501f0
2 changed files with 9 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue