HI,

>>>>>   [Mon, 26 Dec 2005 14:35:42 -0800]
>>>>>   Bill Wohler <[EMAIL PROTECTED]> 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  <[EMAIL PROTECTED]>

>         * 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


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

Reply via email to