]> git.eshelyaron.com Git - emacs.git/commit
Fix "make bootstrap" build warning in tab-bar.el
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 22 Oct 2019 19:18:33 +0000 (21:18 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 22 Oct 2019 19:18:33 +0000 (21:18 +0200)
commitf342f9cd267d39b3ef7d0c2a58718f4ac62f5abd
treef6113040733ad92d781fcc8e9bff4909aff709a0
parentb1be40c468ccffd7cd0793f3e23f8413d9876f5d
Fix "make bootstrap" build warning in tab-bar.el

* lisp/tab-bar.el (require): Require seq when compiling to avoid a
compilation warning.  The function it uses is autoloaded, but
autoloads aren't loaded when this is built (on "make bootstrap").
lisp/tab-bar.el