From: Lars Ingebrigtsen <larsi@gnus.org>
To: Yasuhiro KIMURA <yasu@utahime.org>
Cc: emacs-devel@gnu.org
Subject: Re: Incompatible change of update-file-autoloads function
Date: Sun, 04 Oct 2020 16:32:47 +0200 [thread overview]
Message-ID: <87mu12rrhs.fsf@gnus.org> (raw)
In-Reply-To: <20201004.231811.1933338792984225812.yasu@utahime.org> (Yasuhiro KIMURA's message of "Sun, 04 Oct 2020 23:18:11 +0900 (JST)")
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
next prev parent reply other threads:[~2020-10-04 14:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-04 14:18 Incompatible change of update-file-autoloads function Yasuhiro KIMURA
2020-10-04 14:32 ` Lars Ingebrigtsen [this message]
2020-10-04 15:07 ` Yasuhiro KIMURA
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87mu12rrhs.fsf@gnus.org \
--to=larsi@gnus.org \
--cc=emacs-devel@gnu.org \
--cc=yasu@utahime.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).