From 4ed9d61c89aa54581892c8634c7f93ba21f9603f Mon Sep 17 00:00:00 2001
From: Eli Zaretskii <eliz@gnu.org>
Date: Sat, 5 Aug 2023 10:31:20 +0300
Subject: [PATCH] ; * lisp/tab-bar.el: Autoload cl--set-substring, as that is
 needed for loadup.

---
 lisp/tab-bar.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el
index dc9ea63c490..17fc4b346cb 100644
--- a/lisp/tab-bar.el
+++ b/lisp/tab-bar.el
@@ -36,6 +36,8 @@
   (require 'seq)
   (require 'icons))
 
+(autoload 'cl--set-substring "cl-lib")
+
 
 (defgroup tab-bar nil
   "Frame-local tabs."
-- 
2.39.5