Autoload file \ -*-brec-*- - It defines the autoloads of the present package as would the package manager on installing it, viz. based on magic comments (‘;;;###autoload’) in the source code. : see https://www.gnu.org/software/emacs/manual/html_node/elisp/Autoload.html : re `package manager` see https://www.gnu.org/software/emacs/manual/html_node/emacs/Packages.html : re `package manager` see https://www.emacswiki.org/emacs/ELPA - It serves only to test the source, for which purpose I load it into each of my Emacs sessions. : see http://reluk.ca/.config/emacs/lisp/initialization.el / I load it via a symbolic link on the load path. : see http://reluk.ca/sys/computer/workstation/etc/emacs/ - The session then runs more-or-less as though I had installed the package. - I regenerate it after changing the source in any relevant way. : see http://reluk.ca/.config/emacs/init.el