branch: elpa/logview
commit 76bc432af306f54bde136a472e057fc58ae032d6
Author: Paul Pogonyshev <pogonys...@gmail.com>
Commit: Paul Pogonyshev <pogonys...@gmail.com>

    Avoid byte-compilation warning caused by the last commit.
---
 logview.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/logview.el b/logview.el
index 862c6fd9e5..b19b2d5633 100644
--- a/logview.el
+++ b/logview.el
@@ -57,6 +57,9 @@
 ;; For `string-trim' in earlier Emacs versions.
 (require 'subr-x)
 
+;; Needed for warning-free byte-compilation at least.
+(eval-when-compile (require 'compat))
+
 
 ;; We _append_ self to the list of mode rules so as to not clobber
 ;; other rules, as '.log' is a common file extension.  This also gives

Reply via email to