From 5ee12424b600fe5d677f6b526ab038bad4747f83 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 25 Jan 2025 04:42:01 -0500 Subject: [PATCH] lisp/repeat.el: Don't expose `cl-extra/cl-lib` distinction --- lisp/repeat.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/repeat.el b/lisp/repeat.el index fcf9bc24376..f014d8266db 100644 --- a/lisp/repeat.el +++ b/lisp/repeat.el @@ -87,7 +87,7 @@ ;;; Code: -(require 'cl-extra) +(require 'cl-lib) ;;;;; ************************* USER OPTIONS ************************** ;;;;;