]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/comp-cstr.el (cl-macs): Require it.
authorAndrea Corallo <akrl@sdf.org>
Sun, 4 Jun 2023 14:43:13 +0000 (16:43 +0200)
committerAndrea Corallo <akrl@sdf.org>
Sun, 4 Jun 2023 14:43:13 +0000 (16:43 +0200)
lisp/emacs-lisp/comp-cstr.el

index c5b96a6b62950bed7ad3cdd28c80b459e19b60da..e0db82604f25bf0482557c0a17815bb69dc70e88 100644 (file)
@@ -36,6 +36,7 @@
 ;;; Code:
 
 (require 'cl-lib)
+(require 'cl-macs)
 
 (defconst comp--typeof-builtin-types (mapcar (lambda (x)
                                                (append x '(t)))