emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/forth-mode eaeac02b6d 082/153: Disable warning about cl.


From: ELPA Syncer
Subject: [nongnu] elpa/forth-mode eaeac02b6d 082/153: Disable warning about cl.
Date: Sat, 29 Jan 2022 08:02:20 -0500 (EST)

branch: elpa/forth-mode
commit eaeac02b6d0b41b83bf18708484cc581a339a963
Author: Lars Brinkhoff <lars.brinkhoff@delphi.com>
Commit: Lars Brinkhoff <lars.brinkhoff@delphi.com>

    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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]