comparison man/cl.texi @ 298:70ad99077275 r21-0b47

Import from CVS: tag r21-0b47
author cvs
date Mon, 13 Aug 2007 10:39:40 +0200
parents 6330739388db
children 8bec6624d99b
comparison
equal deleted inserted replaced
297:deca3c1083ac 298:70ad99077275
3219 (eval-when (compile load eval) (proclaim '(inline foo bar))) 3219 (eval-when (compile load eval) (proclaim '(inline foo bar)))
3220 (proclaim-inline foo bar) ; Lucid Emacs only 3220 (proclaim-inline foo bar) ; Lucid Emacs only
3221 (defsubst foo (...) ...) ; instead of defun; Emacs 19 only 3221 (defsubst foo (...) ...) ; instead of defun; Emacs 19 only
3222 @end example 3222 @end example
3223 3223
3224 @strong{Note:} This declaration remains in effect after the 3224 @strong{Please note:} This declaration remains in effect after the
3225 containing source file is done. It is correct to use it to 3225 containing source file is done. It is correct to use it to
3226 request that a function you have defined should be inlined, 3226 request that a function you have defined should be inlined,
3227 but it is impolite to use it to request inlining of an external 3227 but it is impolite to use it to request inlining of an external
3228 function. 3228 function.
3229 3229