Pārlūkot izejas kodu

ob-lob: Use cl-lib

Nicolas Goaziou 8 gadi atpakaļ
vecāks
revīzija
ddd661a783
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  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/>.
 
 ;;; Code:
-(eval-when-compile
-  (require 'cl))
+(require 'cl-lib)
 (require 'ob-core)
 (require 'ob-table)