aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2023-09-04 16:41:40 -0400
committerStefan Monnier2023-09-04 16:41:40 -0400
commit913ae070e68a27fec261eb9ba6ad3eecda8a0a91 (patch)
tree4cca4c4753a5e353924a4c5311c0ad005d5428b8
parentd5e7d9e257ee5b6bbccae2dc6476fd91142630d3 (diff)
downloademacs-913ae070e68a27fec261eb9ba6ad3eecda8a0a91.tar.gz
emacs-913ae070e68a27fec261eb9ba6ad3eecda8a0a91.zip
* lisp/tab-bar.el (cl--set-substring): Remove left-over autoload
And remove left-over `require` of `seq` while at it.
-rw-r--r--lisp/tab-bar.el9
1 files 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 @@
31 31
32;;; Code: 32;;; Code:
33 33
34(eval-when-compile 34(eval-when-compile (require 'icons))
35 (require 'cl-lib) 35(eval-when-compile (require 'cl-lib))
36 (require 'seq)
37 (require 'icons))
38
39(autoload 'cl--set-substring "cl-lib")
40
41 36
42(defgroup tab-bar nil 37(defgroup tab-bar nil
43 "Frame-local tabs." 38 "Frame-local tabs."