unofficial mirror of emacs-devel@gnu.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 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).