diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/tab-bar.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el index 098d7057e54..8350b4e6945 100644 --- a/lisp/tab-bar.el +++ b/lisp/tab-bar.el @@ -34,7 +34,9 @@ ;;; Code: -(eval-when-compile (require 'cl-lib)) +(eval-when-compile + (require 'cl-lib) + (require 'seq)) (defgroup tab-bar nil |