branch: elpa/logview commit 55e9cdb7d54cbabdad4565b511909da669609ec1 Author: Paul Pogonyshev <pogonys...@gmail.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
Require 'cl-lib' instead of 'cl'. --- logview.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logview.el b/logview.el index 7d40d5ff01..189ea93a40 100644 --- a/logview.el +++ b/logview.el @@ -35,7 +35,7 @@ ;;; Code: -(eval-when-compile (require 'cl)) +(eval-when-compile (require 'cl-lib)) ;;;###autoload (add-to-list 'auto-mode-alist '("\\.log\\(?:\\.[0-9]+\\)?\\'" . logview-mode))