Lawrence Mitchell wence@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.