autoload--non-timestamp | Value to insert when ‘autoload-timestamps’ is nil. |
autoload-compute-prefixes | If non-nil, autoload will add code to register the prefixes used in a file. |
autoload-def-prefixes-max-entries | Target length of the list of definition prefixes per file. |
autoload-def-prefixes-max-length | Target size of definition prefixes. |
autoload-ensure-writable | Non-nil means ‘autoload-find-generated-file’ makes existing file writable. |
autoload-excludes | If non-nil, list of absolute file names not to scan for autoloads. |
autoload-ignored-definitions | List of strings naming definitions to ignore for prefixes. |
autoload-print-form-outbuf | Buffer which gets the output of ‘autoload-print-form’. |
autoload-timestamps | Non-nil means insert a timestamp for each input file into the output. |
generate-autoload-cookie | Magic comment indicating the following form should be autoloaded. |
generate-autoload-section-continuation | String to add on each continuation of the section header form. |
generate-autoload-section-header | String that marks the form at the start of a new file’s autoload section. |
generate-autoload-section-trailer | String which indicates the end of the section of autoloads for a file. |
generated-autoload-file | File into which to write autoload definitions. |
generated-autoload-load-name | Load name for ‘autoload’ statements generated from autoload cookies. |
no-update-autoloads | File local variable to prevent scanning this file for autoload cookies. |