Mercurial > emacs
comparison lispref/elisp.texi @ 59136:b55f5e7372e9
(Top): Update Loading submenu.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 27 Dec 2004 16:55:55 +0000 |
parents | b9fcc4a195bf |
children | c807fd38480b |
comparison
equal
deleted
inserted
replaced
59135:53a59d5b4577 | 59136:b55f5e7372e9 |
---|---|
418 * Indenting Macros:: Specifying how to indent macro calls. | 418 * Indenting Macros:: Specifying how to indent macro calls. |
419 | 419 |
420 Loading | 420 Loading |
421 | 421 |
422 * How Programs Do Loading:: The @code{load} function and others. | 422 * How Programs Do Loading:: The @code{load} function and others. |
423 * Library Search:: Finding a library to load. | |
424 * Loading Non-ASCII:: Non-@acronym{ASCII} characters in Emacs Lisp files. | |
423 * Autoload:: Setting up a function to autoload. | 425 * Autoload:: Setting up a function to autoload. |
426 * Repeated Loading:: Precautions about loading a file twice. | |
424 * Named Features:: Loading a library if it isn't already loaded. | 427 * Named Features:: Loading a library if it isn't already loaded. |
425 * Repeated Loading:: Precautions about loading a file twice. | 428 * Where Defined:: Finding which file defined a certain symbol. |
429 * Unloading:: to ``unload'' a library that was loaded. | |
430 * Hooks for Loading:: Providing code to be run when | |
431 particular libraries are loaded. | |
426 | 432 |
427 Byte Compilation | 433 Byte Compilation |
428 | 434 |
429 * Compilation Functions:: Byte compilation functions. | 435 * Compilation Functions:: Byte compilation functions. |
430 * Disassembly:: Disassembling byte-code; how to read byte-code. | 436 * Disassembly:: Disassembling byte-code; how to read byte-code. |