projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2efb8d2
)
; * lisp/tab-line.el: add missing require
author
Mattias Engdegård
<mattiase@acm.org>
Sun, 27 Aug 2023 19:27:39 +0000
(21:27 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Sun, 27 Aug 2023 19:35:49 +0000
(21:35 +0200)
lisp/tab-line.el
patch
|
blob
|
history
diff --git
a/lisp/tab-line.el
b/lisp/tab-line.el
index 247859aae130ee53b448ddd0999b387f56dfdacf..e277d1fb9edcf71cb10b0d317705a3def699ecca 100644
(file)
--- a/
lisp/tab-line.el
+++ b/
lisp/tab-line.el
@@
-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