[slime-devel] Daily ChangeLog diff

Yaroslav Kavenchuk kavenchuk at jenty.by
Mon Aug 15 08:49:58 UTC 2005


> Index: slime/ChangeLog
> diff -u slime/ChangeLog:1.742 slime/ChangeLog:1.744
> --- slime/ChangeLog:1.742	Thu Aug 11 10:41:34 2005
> +++ slime/ChangeLog	Fri Aug 12 22:52:34 2005
> @@ -1,3 +1,37 @@
<skip>
> +2005-08-12  Yaroslav Kavenchuk <kavenchuk at jenty.by>
> +
> +	* swank-clisp.lisp (fspec-pathname): Use the documentation
> +	function instead of accessing clisp internals.
<skip>

wrong implementation!

I suggest

	(documentation symbol 'sys::file)

(http://common-lisp.net/pipermail/slime-devel/2005-August/003871.html)

instead of

	(getf (gethash symbol sys::*documentation*) 'sys::file)

but not

	(gethash symbol sys::*documentation*)

in current patch.

Thanks.

-- 
WBR, Yaroslav Kavenchuk.



More information about the slime-devel mailing list