all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [nongnu] elpa/keycast 809ce7625a: Silence older byte-compilers
       [not found] ` <20220407195834.9A1E7C009A8@vcs2.savannah.gnu.org>
@ 2022-04-07 22:30   ` Stefan Monnier
  0 siblings, 0 replies; only message in thread
From: Stefan Monnier @ 2022-04-07 22:30 UTC (permalink / raw)
  To: Jonas Bernoulli; +Cc: emacs-devel

>  (eval-when-compile
> -  (defvar tab-bar-format))
> +  (defvar tab-bar-format)
> +  (defvar tab-bar-mode))

Please never put those (defvar FOO) within `eval-when-compile`.
AFAICT it has never been needed and only works by accident (it's
arguably a bug).


        Stefan




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-07 22:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <164936151436.29941.11307091842287825375@vcs2.savannah.gnu.org>
     [not found] ` <20220407195834.9A1E7C009A8@vcs2.savannah.gnu.org>
2022-04-07 22:30   ` [nongnu] elpa/keycast 809ce7625a: Silence older byte-compilers Stefan Monnier

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.