unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Odd warning about `customize-variable'
@ 2022-05-11 10:57 Lars Ingebrigtsen
  2022-05-11 21:22 ` Stefan Monnier
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Ingebrigtsen @ 2022-05-11 10:57 UTC (permalink / raw)
  To: emacs-devel

I don't know when this started, but I'm seeing one oddball warning when
building Emacs now:

In end of data:
org/org.el:15523:6: Warning: the function `customize-variable' might not be defined at runtime.

This is odd, because loaddefs has:

(defalias 'customize-variable 'customize-option)
(autoload 'customize-option "cus-edit" "\

So that alias (and that function it points to) should always be defined.

Anybody know what might be going on?

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




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-12  0:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-11 10:57 Odd warning about `customize-variable' Lars Ingebrigtsen
2022-05-11 21:22 ` Stefan Monnier
2022-05-12  0:33   ` Lars Ingebrigtsen
2022-05-12  0:38     ` Stefan Monnier
2022-05-12  0:54       ` Lars Ingebrigtsen

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).