]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/tab-line.el: add missing require
authorMattias Engdegård <mattiase@acm.org>
Sun, 27 Aug 2023 19:27:39 +0000 (21:27 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sun, 27 Aug 2023 19:35:49 +0000 (21:35 +0200)
lisp/tab-line.el

index 247859aae130ee53b448ddd0999b387f56dfdacf..e277d1fb9edcf71cb10b0d317705a3def699ecca 100644 (file)
@@ -29,6 +29,7 @@
 
 (require 'cl-lib)
 (require 'seq) ; tab-line.el is not pre-loaded so it's safe to use it here
+(require 'icons)
 
 \f
 (defgroup tab-line nil