Previous: Autoload by Prefix, Up: Autoload [Contents][Index]
16.5.2 When to Use AutoloadDo not add an autoload comment unless it is really necessary. Autoloading code means it is always globally visible. Once an item is autoloaded, there is no compatible way to transition back to it not being autoloaded (after people become accustomed to being able to use it without an explicit load).
python-mode
function, so that people can simply use M-x python-mode to load the library.find-exec-terminator
.)(defvar foo)
to silence an undefined variable warning, and declare-function
(see Telling the Compiler that a Function is Defined) to silence an undefined function warning; or require the relevant library; or use an explicit autoload statement.RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4