branch: externals/isearch-mb commit 0b58b148804c138cdde305b63057baafe6ef4661 Author: Augusto Stoffel <arstof...@gmail.com> Commit: Augusto Stoffel <arstof...@gmail.com>
Require cl-lib when compiling --- isearch-mb.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/isearch-mb.el b/isearch-mb.el index 20652b1..1b1a84c 100644 --- a/isearch-mb.el +++ b/isearch-mb.el @@ -34,7 +34,9 @@ ;;; Code: -(eval-when-compile (require 'subr-x)) +(eval-when-compile + (require 'cl-lib) + (require 'subr-x)) (defvar isearch-mb--prompt-overlay nil "Overlay for minibuffer prompt updates.")