Lars Ingebrigtsen writes: > Philip Kaludercic writes: > >>> autoloads: $(lisp)/emacs-lisp/loaddefs-gen.elc gen-lisp >>> $(AM_V_GEN)$(emacs) \ >>> -l $(lisp)/emacs-lisp/loaddefs-gen.elc \ >>> -f loaddefs-generate--emacs-batch ${SUBDIRS_ALMOST} >>> >>> We can add ../etc/themes there after ${SUBDIRS_ALMOST}, though. >> >> Would there be a disadvantage to doing so? > > There's no problems when doing > > ;;;###autoload(put ...) Ok, that sounds good. Here is the updated patch: