branch: elpa/forth-mode commit eaeac02b6d0b41b83bf18708484cc581a339a963 Author: Lars Brinkhoff <[email protected]> Commit: Lars Brinkhoff <[email protected]>
Disable warning about cl.
---
forth-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/forth-mode.el b/forth-mode.el
index 091d1efa29..db8da1756d 100644
--- a/forth-mode.el
+++ b/forth-mode.el
@@ -11,6 +11,7 @@
;;; Code:
+(eval-when-compile (byte-compile-disable-warning 'cl-functions))
(require 'cl)
(require 'forth-smie)
