Since this change:

2005-06-06  Stefan Monnier  <[EMAIL PROTECTED]>

        * textmodes/flyspell.el
        (flyspell-mode-map): Don't overwrite at each load.  Remove code
        redundant with the subsequent add-minor-mode.  Merge Emacs and
        XEmacs code.

(more specifically: since the removal of the autoload cookie of
flyspell-mode-map), bootstrapping fails when loaddefs.el is loaded:

  Loading faces (source)...
  Lists of integers (garbage collection statistics) are normal output
  while building Emacs; they do not indicate a problem.
  ((89820 . 30443) (5309 . 52) (559 . 111) 341871 34737 (14 . 1) (18 . 0) (6755 
. 490))
  Loading loaddefs.el (source)...
  Symbol's value as variable is void: flyspell-mode-map
  make[1]: *** [bootstrap-emacs] Error 255
  make[1]: Leaving directory `/soft/careful/emacs/src'
  make: *** [bootstrap-build] Error 2

To me, the obvious solutions is to put back the autoload cookie.  Any
objections?

Lute.


_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to