Variable: generated-autoload-file
generated-autoload-file is a variable defined in loaddefs-gen.el.gz.
Value
nil
Documentation
File into which to write autoload definitions.
A Lisp file can set this in its local variables section to make its autoloads go somewhere else.
If this is a relative file name, the directory is determined as
follows:
- If a Lisp file defined generated-autoload-file as a
file-local variable, use its containing directory.
- Otherwise use the "lisp" subdirectory of source-directory.
The autoload file is assumed to contain a trailer starting with a FormFeed character.
Probably introduced at or before Emacs version 23.1.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/loaddefs-gen.el.gz
(defvar generated-autoload-file nil
"File into which to write autoload definitions.
A Lisp file can set this in its local variables section to make
its autoloads go somewhere else.
If this is a relative file name, the directory is determined as
follows:
- If a Lisp file defined `generated-autoload-file' as a
file-local variable, use its containing directory.
- Otherwise use the \"lisp\" subdirectory of `source-directory'.
The autoload file is assumed to contain a trailer starting with a
FormFeed character.")