Variable: autoload-compute-prefixes

autoload-compute-prefixes is a variable defined in autoload.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.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/autoload.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.")