Nicolas Goaziou 9 роки тому
батько
коміт
0f7df32711
1 змінених файлів з 1 додано та 1 видалено
  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)