mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/emacs-lisp/comp.el: Make it loadable in vanilla builds (bug#48021).
This commit is contained in:
parent
fbfb503012
commit
4396ef5a38
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue