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... Lute. _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
