[slime-devel] today's slime-coding commit & XEmacs

It seems XEmacs wants two arguments to local-variable-p, so with the latest CVS revision, C-c C-k dies with "Invalid number of arguments to local-variable-p: 1" on line 3778: ,@(if (local-variable-p 'slime-coding) (list (slime-coding-system-cl-name slime-coding)))) The XEmacs docs say the buffer argument is &optional, but it apparently isn't. -Andy

Andy Sloane <andy@guildsoftware.com> writes:
It seems XEmacs wants two arguments to local-variable-p, so with the latest CVS revision, C-c C-k dies with "Invalid number of arguments to local-variable-p: 1" on line 3778:
,@(if (local-variable-p 'slime-coding) (list (slime-coding-system-cl-name slime-coding))))
The XEmacs docs say the buffer argument is &optional, but it apparently isn't.
Fixed in CVS. Thank you for the report. Helmut.
participants (2)
-
Andy Sloane
-
Helmut Eller