[slime-devel] Daily ChangeLog diff
Mark Harig
idirectscm at aim.com
Fri Mar 19 20:30:22 UTC 2010
> Index: slime/ChangeLog
> diff -u slime/ChangeLog:1.2036 slime/ChangeLog:1.2042
> --- slime/ChangeLog:1.2036 Tue Mar 16 12:20:07 2010
> +++ slime/ChangeLog Thu Mar 18 14:24:25 2010
>
> ...
>
> +
> +2010-03-18 Tobias C. Rittweiler <tcr at freebits.de>
> +
> + Add an ATTACH-GDB restart to SLDB.
> +
>
> ...
>
> +
> + * slime.el (slime-dispatch-event): Add clause for :gdb-attach.
> + (slime-attach-gdb): New.
> +
The new function `slime-attach-gdb' references the function `gud-gdb'
and the variable `gud-comint-buffer', which are defined in Emacs's
gud.el, but does not include
(require 'gud)
Was this omission intentional?
More information about the slime-devel
mailing list