* lisp/emacs-lisp/comp-cstr.el (cl-macs): Require it.
This commit is contained in:
parent
b5f171f98f
commit
5d3d84066f
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
;;; Code:
|
||||
|
||||
(require 'cl-lib)
|
||||
(require 'cl-macs)
|
||||
|
||||
(defconst comp--typeof-builtin-types (mapcar (lambda (x)
|
||||
(append x '(t)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue