> because those are entered into the loaddefs.el file literally. There > may be some confusion if people start putting > > ;;;###autoload > (defun ...) > > into the theme files, because the etc/themes directory is not in > `load-path' (so those autoloads will fail). > > So it has a slightly inconsistent effect, but I don't think there'll be > a problem in practice, because people don't put functions into the theme > files. *knocks on wood* This is actually done a few times by the modus themes and at least once by `leuven-dark' (see `leuven-dark-scale-font', tough I don't see why, and if the autoloads aren't being generated to begin with the cookie is pointless anyway). Should this be addressed before the patch is pushed?