Explorar o código

ob-shell: Use cl-lib

Nicolas Goaziou %!s(int64=8) %!d(string=hai) anos
pai
achega
0f7df32711
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/ob-shell.el

+ 1 - 1
lisp/ob-shell.el

@@ -28,7 +28,7 @@
 ;;; Code:
 (require 'ob)
 (require 'shell)
-(eval-when-compile (require 'cl))
+(require 'cl-lib)
 
 (declare-function org-babel-comint-in-buffer "ob-comint" (buffer &rest body)
 		  t)