[gnu.emacs] Builtin autoload

ds@hollin.prime.com (09/19/89)

I believe that autoload functionality could be built into GNU EMACS more
tightly, so that invoking an undefined function would cause a search of the
autoload search list (load-path) for an .elc or .el file having the same name.

The advantage of this scheme would be to allow users to define specialized
editing functions that are rarely used without having to add an autoload form
for each one to their init file.

David Spector
Prime Computer, Inc.
ds@primerd.prime.com