[slime-devel] fix autodoc for functions with %-signs in their arglists
Helmut Eller
e9626484 at stud3.tuwien.ac.at
Thu Apr 1 22:25:15 UTC 2004
Lawrence Mitchell <wence at gmx.li> writes:
> Occasionally, I get errors when using slime-autodoc-mode, due to
> arglists having %-signs in them. This patch should fix the
> problem.
Thanks.
I replaced the calls (message <doc>) with (message "%s" <doc>).
That's a bit the nicer than manually escaping the %-signs.
Helmut.
More information about the slime-devel
mailing list