emacs-devel
[Top][All Lists]
Advanced

[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: Arash Esbati
Subject: Re: master 60c9702972f: * lisp/help.el (help--analyze-key): Use `help-fns-function-name`
Date: Sat, 30 Mar 2024 16:45:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

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.

Best, Arash



reply via email to

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