Skip to content

Commit 4bba7df

Browse files
committed
Add missing cl-lib import
1 parent 9a436ba commit 4bba7df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

good-scroll-bezier.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333

3434
;;; Code:
3535

36+
(require 'cl-lib)
37+
3638

3739

3840
;;;; General Bézier curve calculations

0 commit comments

Comments
 (0)