Rainer M Krug <r.m.k...@gmail.com> writes: > Just for clarifications: is there any problem with adding > > ORG_ADD_CONTRIB = * > > to the local.mk file, apart from slightly longer compilation times?
This should be okay, but it's not safe. If any non-emacs-lisp file gets added to contrib/lisp/ (e.g. a README file) then you will try to compile non-elisp files. *\.el is safer. -- Bastien