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)