Browse Source

ob-shell: Use cl-lib

Nicolas Goaziou 8 years ago
parent
commit
0f7df32711
1 changed files with 1 additions and 1 deletions
  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)