From: Andrea Corallo Date: Sun, 18 Aug 2019 09:07:09 +0000 (+0200) Subject: declare comp-ctxt Vcomp_ctxt X-Git-Tag: emacs-28.0.90~2727^2~1266 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7cd401f63db705acb8ede6624c293843b41e7e20;p=emacs.git declare comp-ctxt Vcomp_ctxt --- diff --git a/src/comp.c b/src/comp.c index b1116aa961b..1d53038d477 100644 --- a/src/comp.c +++ b/src/comp.c @@ -2834,6 +2834,11 @@ syms_of_comp (void) DEFVAR_INT ("comp-speed", comp_speed, doc: /* From 0 to 3. */); + DEFVAR_LISP ("comp-ctxt", Vcomp_ctxt, + doc: /* + The compiler context. */); + Vcomp_ctxt = Qnil; + comp_speed = DEFAULT_SPEED; }