소스 검색

ob-lob: Use cl-lib

Nicolas Goaziou 8 년 전
부모
커밋
ddd661a783
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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)