emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Can't create loaddefs.el


From: Tetsuo Tsukamoto
Subject: Re: Can't create loaddefs.el
Date: Wed, 28 Dec 2005 08:45:25 +0900
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

HI,

>>>>>   [Mon, 26 Dec 2005 14:35:42 -0800]
>>>>>   Bill Wohler <address@hidden> writes:
> While chasing down a problem with the setting of
> url-configuration-directory, I wanted to update loaddefs.el, but look at
> the error:
[...]
>   Wrong type argument: symbolp, 0
>   make: *** [autoloads] Error 255

> I see this change. Related?

>   2005-12-25  Richard M. Stallman  <address@hidden>

>         * eval.c (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue
>         to undo a `provide'.

>         * fns.c (Fprovide): Store (0 . OFEATURES) in Vautoload_queue.

The problem will be reproduced as follows.

% cat foo.el
(require 'autoload)
(define-minor-mode foo-mode "foo")

% emacs -batch -q -no-site-file -l ./foo.el
Wrong type argument: symbolp, 0

Emacs exits normally when autoload.el is not loaded.

-- 
Tetsuo Tsukamoto




reply via email to

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