diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2022-12-16 11:00:53 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2022-12-16 11:00:53 -0500 |
commit | 9452dc4821a368fa4532423aaa1cc00034d8a139 (patch) | |
tree | db4441977c5c74f30ba8dd3b467062642b8404d2 /lisp/emacs-lisp | |
parent | 4331771222fe670bd45c460b5e4f68e0dd4dc3c1 (diff) | |
download | emacs-9452dc4821a368fa4532423aaa1cc00034d8a139.tar.gz emacs-9452dc4821a368fa4532423aaa1cc00034d8a139.tar.bz2 emacs-9452dc4821a368fa4532423aaa1cc00034d8a139.zip |
tab-bar.el: Fix "void-function cl--set-substring" error
* lisp/tab-bar.el: Use #' to quote function names.
Try and fit within 80 columns.
(tab-bar--load-buttons): Silence compiler warnings about `icons` functions.
(tab-bar-auto-width): Avoid the use of `substring` as a gv-place
because it requires `cl-lib` which we don't (want to) preload.
[ Maybe a better solution would be to not preload tab-bar.el. ]
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions