all messages for Emacs-related lists mirrored at yhetil.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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.