]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/repeat.el: Don't expose `cl-extra/cl-lib` distinction
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 25 Jan 2025 09:42:01 +0000 (04:42 -0500)
committerEshel Yaron <me@eshelyaron.com>
Sat, 25 Jan 2025 17:47:12 +0000 (18:47 +0100)
(cherry picked from commit 5ee12424b600fe5d677f6b526ab038bad4747f83)

lisp/repeat.el

index 9d265f5035ada9cf4db12ecf7d3365ea665e2bb4..b8f2c6715c143320252c64d51892f0f3510caab4 100644 (file)
@@ -87,6 +87,8 @@
 
 ;;; Code:
 
+(require 'cl-lib)
+
 ;;;;; ************************* USER OPTIONS ************************** ;;;;;
 
 (defgroup repeat nil