David PONCE <[EMAIL PROTECTED]> writes: [...]
> After today's update of CVS Emacs, bootstrap failed with this error > when dumping Emacs: [...] > while building Emacs; they do not indicate a problem. > ((15247 . 4070) (4364 . 4) (549 . 0) 104139 45313 (13 . 1) > (17 . 0) (4954 . 527)) > Loading loaddefs.el (source)... > Symbol's value as variable is void: flyspell-mode-map > make[1]: *** [bootstrap-emacs] Error 255 > make[1]: Leaving directory `emacs/src' > make: *** [bootstrap-build] Error 2 > > It seems that autoload cookies are missing in flyspell.el for > flyspell-mode-map and other variables it refers to. > > The following patch fixed the problem for me. Using define-minor-mode to implement flyspell-mode seems a cleaner solution to me. Lute. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel