
5 Jul
2005
5 Jul
'05
7:23 p.m.
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