Browse Source

ob-lob: Use cl-lib

Nicolas Goaziou 8 years ago
parent
commit
ddd661a783
1 changed files with 1 additions and 2 deletions
  1. 1 2
      lisp/ob-lob.el

+ 1 - 2
lisp/ob-lob.el

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