Variable: autoload-compute-prefixes

autoload-compute-prefixes is a variable defined in loaddefs-gen.el.gz.

Value

t

Documentation

If non-nil, autoload will add code to register the prefixes used in a file.

Standard prefixes won't be registered anyway. I.e. if a file
"foo.el" defines variables or functions that use "foo-" as
prefix, that will not be registered. But all other prefixes will be included.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/loaddefs-gen.el.gz
(defvar autoload-compute-prefixes t
  "If non-nil, autoload will add code to register the prefixes used in a file.
Standard prefixes won't be registered anyway.  I.e. if a file
\"foo.el\" defines variables or functions that use \"foo-\" as
prefix, that will not be registered.  But all other prefixes will
be included.")