Skip to content

Commit 9e34cee

Browse files
committed
Add missing require for cl-macs
It was definitely in use for cl-assert, cl-first, cl-case and a couple other examples, so probably included by one of the many libraries referenced. However this PR also added cl-loop and cl-destructuring-bind usage, so better to make it explicit.
1 parent 5a0e83c commit 9e34cee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clj-refactor.el

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
(require 'yasnippet)
3737
(require 'paredit)
3838
(require 'multiple-cursors-core)
39+
(require 'cl-macs)
3940
(require 'clojure-mode)
4041
(require 'cider)
4142
(require 'parseedn)

0 commit comments

Comments
 (0)