emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: puresize / macro expansion


From: Stefan Monnier
Subject: Re: puresize / macro expansion
Date: Fri, 29 Jul 2005 16:52:17 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>> 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.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]