[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 60c9702972f: * lisp/help.el (help--analyze-key): Use `help-fn
From: |
Eli Zaretskii |
Subject: |
Re: master 60c9702972f: * lisp/help.el (help--analyze-key): Use `help-fns-function-name` |
Date: |
Sat, 30 Mar 2024 19:40:16 +0300 |
> From: Arash Esbati <arash@gnu.org>
> Cc: emacs-devel@gnu.org, monnier@iro.umontreal.ca
> Date: Sat, 30 Mar 2024 16:45:02 +0100
>
> Eli Zaretskii <eliz@gnu.org> writes:
>
> > This is not a real problem: after you build once, touch lisp.help.el
> > and build again: the warning will be gone. That's because the
> > autoload form for the function will be written to loaddefs.el.
>
> Thanks, does this also apply to a clean state repo? I use a small
> script to build Emacs which does:
>
> git clean -fdx --exclude=ChangeLog
> ./autogen.sh
> ./configure ...
>
> My lisp/loaddefs.el already has an entry:
>
> $ grep help-fns-function loaddefs.el
> (autoload 'help-fns-function-name "help-fns" "\
>
> I didn't change anything after my initial build where I reported the
> warning.
No clue, sorry. I got the warning upon the first build after update
from upstream, then the next build didn't have the warning.