Changeset 4079 for trunk/lispref/compile.texi
- Timestamp:
- 2006年05月13日 11時31分18秒 (3 years ago)
- Files:
-
- trunk/lispref/compile.texi (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lispref/compile.texi
r4037 r4079 413 413 414 414 @code{autoload} is also effectively @code{eval-and-compile} too. It's 415 recogni sed when compiling, so uses of such a function don't produce415 recognized when compiling, so uses of such a function don't produce 416 416 ``not known to be defined'' warnings. 417 417 … … 457 457 locally and only for use within the file. They can be defined while 458 458 compiling, but then not needed when executing. This is good for code 459 that's only a fallback for compa bility with other versions of Emacs.459 that's only a fallback for compatibility with other versions of Emacs. 460 460 For example. 461 461
