blob: 805c4272c04c4fdf52cc0fdb1cf6e888f4c8b2a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/lv.el b/lv.el
index bc83f07..61d0971 100644
--- a/lv.el
+++ b/lv.el
@@ -33,6 +33,8 @@
;;; Code:
+(require 'cl-lib)
+
(defgroup lv nil
"The other echo area."
:group 'minibuffer
|