ob-lob: Use cl-lib

This commit is contained in:
Nicolas Goaziou 2016-06-15 12:35:19 +02:00
parent 758629d6a0
commit ddd661a783
1 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Code:
(eval-when-compile
(require 'cl))
(require 'cl-lib)
(require 'ob-core)
(require 'ob-table)