ob-shell: Use cl-lib

This commit is contained in:
Nicolas Goaziou 2016-07-23 10:41:17 +02:00
parent 609c3b3c14
commit 0f7df32711
1 changed files with 1 additions and 1 deletions

View File

@ -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)