emacs-devel
[Top][All Lists]
Advanced

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

Re: Incompatible change of update-file-autoloads function


From: Lars Ingebrigtsen
Subject: Re: Incompatible change of update-file-autoloads function
Date: Sun, 04 Oct 2020 16:32:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Yasuhiro KIMURA <yasu@utahime.org> writes:

> I updated emacs to current HEAD of master branch and found build of a
> certain 3rd party application fails with following code.
>
> ----------------------------------------------------------------------
> (defun lookup-autoload ()
>   (require 'autoload)
>   (setq generated-autoload-file
>       (expand-file-name "lookup-autoloads.el" default-directory)
>       backup-enable-predicate 'ignore)
>   (mapc (lambda (file)
>           (update-file-autoloads file t))
>         command-line-args-left))
> ----------------------------------------------------------------------

I've pushed a change I think should fix this bug to the trunk now.  Can
you update and check?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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