From 913ae070e68a27fec261eb9ba6ad3eecda8a0a91 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 4 Sep 2023 16:41:40 -0400 Subject: [PATCH] * lisp/tab-bar.el (cl--set-substring): Remove left-over autoload And remove left-over `require` of `seq` while at it. --- lisp/tab-bar.el | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el index fd9294ed581..7484f5b79e4 100644 --- a/lisp/tab-bar.el +++ b/lisp/tab-bar.el @@ -31,13 +31,8 @@ ;;; Code: -(eval-when-compile - (require 'cl-lib) - (require 'seq) - (require 'icons)) - -(autoload 'cl--set-substring "cl-lib") - +(eval-when-compile (require 'icons)) +(eval-when-compile (require 'cl-lib)) (defgroup tab-bar nil "Frame-local tabs." -- 2.39.2