Explicitly require cl-lib.

This avoids a byte compilation warning:

$ emacs -Q -batch -f batch-byte-compile lv.el

In end of data:
lv.el:147:1:Warning: the function ‘cl-count’ is not known to be defined.
master
Philipp Stephani 6 years ago
parent 2dfc493ebc
commit 87873d7888
  1. 2
      lv.el

@ -33,6 +33,8 @@
;;; Code: ;;; Code:
(require 'cl-lib)
(defgroup lv nil (defgroup lv nil
"The other echo area." "The other echo area."
:group 'minibuffer :group 'minibuffer

Loading…
Cancel
Save