diff options
| -rw-r--r-- | lisp/tab-bar.el | 9 |
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." |