>> Whenever I add
>>
>> #define SITELOAD_PURESIZE_EXTRA 500000
>>
>> to puresize.h (as documented), Emacs will throw an error "invalid-
>> function (macro ..." from within cl-macroexpand-all when called by
>> the initialization function of slime.
>> Slime is a Lisp mode, available from:
>>
I've just installed the patch below which may fix it,
Stefan
--- cl-extra.el 04 jui 2005 14:41:29 -0400 1.29
+++ cl-extra.el 29 jui 2005 16:51:11 -0400
@@ -38,9 +38,7 @@
;;; Code:
-(or (memq 'cl-19 features)
- (error "Tried to load `cl-extra' before `cl'!"))
-
+(require 'cl)
;;; Type coercion.
_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug