emacs-devel
[Top][All Lists]
Advanced

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

Re: small elaboration in tips.texi


From: Nick Roberts
Subject: Re: small elaboration in tips.texi
Date: Tue, 11 Jul 2006 11:05:48 +1200

 > --- tips.texi        10 Jul 2006 10:58:03 -0400      1.85
 > +++ tips.texi        10 Jul 2006 11:40:42 -0400      
 > @@ -119,7 +119,9 @@
 >  that could cause name clashes for users who don't use that package.
 > 
 >  However, there is no problem with using the @code{cl} package at compile
 > -time, with @code{(eval-when-compile (require 'cl))}.
 > +time, with @code{(eval-when-compile (require 'cl))}.  That's sufficient
 > +particularly for @code{cl} macros - they are compiled in to the resulting
 > +byte-code, so @code{cl} becomes unnecessary at run time.
 > 
 >  @item
 >  When defining a major mode, please follow the major mode

I made a smaller change as the use of eval-when-compile for macros is
documented elsewhere in the manual.

Thanks.

-- 
Nick                                           http://www.inet.net.nz/~nickrob




reply via email to

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