* Lute Kamstra (2005-06-09) writes: > Ralf Angeli <[EMAIL PROTECTED]> writes: > >> emacs -Q -eval '(setq debug-on-error t)' >> >> a debugger window with the following message pops up: >> >> Debugger entered--Lisp error: (void-variable flyspell-mode) > > Yesterday, I changed flyspell.el. As a result the var flyspell-mode > is not autoloaded anymore. Apparently, some naughty code references > that var without loading flyspell.el. I'm not sure which code > though...
In loaddefs.el there are some references to the variable `flyspell-mode' in code related to menus. -- Ralf _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
