branch: elpa/cdlatex commit acc1282b73fbe59b6338bb0e20a4e6a7c5c18269 Author: Carsten Dominik <carsten.domi...@gmail.com> Commit: Carsten Dominik <carsten.domi...@gmail.com>
Use cl-lib instead of cl --- cdlatex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdlatex.el b/cdlatex.el index 2cf3623f47..1b994c91a5 100644 --- a/cdlatex.el +++ b/cdlatex.el @@ -317,7 +317,7 @@ ;;; Code: -(eval-when-compile (require 'cl)) +(eval-when-compile (require 'cl-lib)) ;;; Begin of Configuration Section ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;