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

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

[nongnu] elpa/forth-mode 71016700dc 095/153: Emacs 23: use cl library in


From: ELPA Syncer
Subject: [nongnu] elpa/forth-mode 71016700dc 095/153: Emacs 23: use cl library instead of cl-lib.
Date: Sat, 29 Jan 2022 08:02:21 -0500 (EST)

branch: elpa/forth-mode
commit 71016700dc2331d7f45319562fda952f277aaf47
Author: Lars Brinkhoff <lars@nocrew.org>
Commit: Lars Brinkhoff <lars@nocrew.org>

    Emacs 23: use cl library instead of cl-lib.
---
 forth-syntax.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/forth-syntax.el b/forth-syntax.el
index 264ac11180..8f3bd27a0d 100644
--- a/forth-syntax.el
+++ b/forth-syntax.el
@@ -3,7 +3,7 @@
 ;; This code mimics the Forth text interpreter and adds text
 ;; properties as side effect.
 
-(require 'cl-lib)
+(require 'cl)
 
 
 ;;; Helpers



reply via email to

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