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