emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bootstrap failure


From: Stephen Berman
Subject: bootstrap failure
Date: Thu, 06 May 2010 11:07:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

I just updated from the trunk, did 
configure --without-toolkit-scroll-bars 
then make bootstrap, which failed with these messages:

Loading /home/steve/bzr/emacs/quickfixes/lisp/files.el (source)...
Symbol's function definition is void: define-minor-mode
make[2]: *** [bootstrap-emacs] Error 255
make[2]: Leaving directory `/data/steve/lib/emacs/gtk/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/data/steve/lib/emacs/gtk'
make: *** [bootstrap] Error 2

I assume this is due to an oversight involving this change:

2010-05-06  Stefan Monnier  <address@hidden>

        * minibuffer.el (completion--sreverse, completion--common-suffix):
        New functions.
        (completion-pcm--merge-completions): Extract common suffix when safe.

        * emacs-lisp/easy-mmode.el (define-minor-mode):
        Make :variable more flexible.
        * files.el (auto-save-mode): Use it to define using define-minor-mode.

and not a real bug, that's why I'm reporting it here.

Steve Berman





reply via email to

[Prev in Thread] Current Thread [Next in Thread]