Browse Source

ob-lob: Use cl-lib

Nicolas Goaziou 8 năm trước cách đây
mục cha
commit
ddd661a783
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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)