emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 913ae070e68 2/3: * lisp/tab-bar.el (cl--set-substring): Remove le


From: Stefan Monnier
Subject: master 913ae070e68 2/3: * lisp/tab-bar.el (cl--set-substring): Remove left-over autoload
Date: Mon, 4 Sep 2023 16:43:33 -0400 (EDT)

branch: master
commit 913ae070e68a27fec261eb9ba6ad3eecda8a0a91
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * 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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]