[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: boostrap failed because of flyspell-mode-map
From: |
Lute Kamstra |
Subject: |
Re: boostrap failed because of flyspell-mode-map |
Date: |
Tue, 07 Jun 2005 12:56:36 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
David PONCE <address@hidden> 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.