emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4396ef5: * lisp/emacs-lisp/comp.el: Make it loadable in vanilla b


From: Andrea Corallo
Subject: master 4396ef5: * lisp/emacs-lisp/comp.el: Make it loadable in vanilla builds (bug#48021).
Date: Mon, 26 Apr 2021 16:54:43 -0400 (EDT)

branch: master
commit 4396ef5a386969580bf4685fc2e6b1e3afec0bd7
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * lisp/emacs-lisp/comp.el: Make it loadable in vanilla builds (bug#48021).
---
 lisp/emacs-lisp/comp.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 1fb07c6..c2c9987 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -552,6 +552,8 @@ Useful to hook into pass checkers.")
     (signal (function (symbol t) nil)))
   "Alist used for type propagation.")
 
+(defvar comp-ctxt) ; To make comp.el loadable in non native comp builds.
+
 (defconst comp-known-func-cstr-h
   (cl-loop
    with comp-ctxt = (make-comp-cstr-ctxt)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]