branch: elpa/forth-mode
commit 71016700dc2331d7f45319562fda952f277aaf47
Author: Lars Brinkhoff <[email protected]>
Commit: Lars Brinkhoff <[email protected]>

    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