I'm getting back in to emacs after a few years away, and my old init.el is throwing up warnings like this:
⛔ Warning (comp): init.el:114:7: Warning: assignment to free variable ‘c-basic-offset’ ⛔ Warning (comp): init.el:115:7: Warning: assignment to free variable ‘c-default-style’ ⛔ Warning (comp): init.el:173:7: Warning: assignment to free variable ‘helm-ff-search-library-in-sexp’ ⛔ Warning (comp): init.el:175:7: Warning: assignment to free variable ‘helm-ff-file-name-history-use-recentf’ I know that, in general, the right solution is to (require 'packagename) to import the package these variables are from. How can I figure out which package these un-defvared variables came from?