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

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

[elpa] externals/cobol-mode e9f3b46 1/2: Changed 'cl to 'cl-lib.


From: Stefan Monnier
Subject: [elpa] externals/cobol-mode e9f3b46 1/2: Changed 'cl to 'cl-lib.
Date: Fri, 26 Mar 2021 23:33:04 -0400 (EDT)

branch: externals/cobol-mode
commit e9f3b46af4779891742eb70abb1f1388b8ad35a5
Author: Edward Hart <edward.dan.hart@gmail.com>
Commit: Edward Hart <edward.dan.hart@gmail.com>

    Changed 'cl to 'cl-lib.
---
 cobol-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cobol-mode.el b/cobol-mode.el
index 4f60714..f927955 100644
--- a/cobol-mode.el
+++ b/cobol-mode.el
@@ -72,7 +72,7 @@
 ;;; Code:
 
 (eval-when-compile
-  (require 'cl))
+  (require 'cl-lib))
 
 (defgroup cobol nil
   "Major mode for editing COBOL code."



reply via email to

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