]> git.eshelyaron.com Git - emacs.git/commit
Re-fix build warnings about subr-x defsubsts
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 25 Jun 2022 10:20:05 +0000 (12:20 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 25 Jun 2022 10:20:05 +0000 (12:20 +0200)
commit2f346b0ab10a8777ff5629af30a224b4f0ea16a6
tree8adf9ac663f2c412c6e3fc39ef98670f5c17d5d2
parent376ecd5346496a4f11a3bc93814b03d7a884b841
Re-fix build warnings about subr-x defsubsts

* lisp/term/haiku-win.el (require):
* lisp/progmodes/elisp-mode.el (require):
* lisp/isearch.el (require): Require subr-x at compile time, since
these use defsubsts/macros from there.

* lisp/emacs-lisp/subr-x.el (string-empty-p): Move from here...
* lisp/simple.el (string-empty-p): ... to here.  This is to help
with a build problem where files.el is using the defsubst, but
requiring subr-x.el at compile time leads to load errors.
lisp/emacs-lisp/subr-x.el
lisp/isearch.el
lisp/progmodes/elisp-mode.el
lisp/simple.el
lisp/term/haiku-win.el