소스 검색

babel: now requires org-macs

* lisp/babel/ob.el (org-macs): now requires org-macs
Eric Schulte 15 년 전
부모
커밋
a8a26f245b
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      lisp/babel/ob.el

+ 1 - 3
lisp/babel/ob.el

@@ -30,9 +30,7 @@
 
 ;;; Code:
 (eval-when-compile (require 'cl))
-(eval-and-compile
-  (unless (fboundp 'declare-function)
-    (defmacro declare-function (fn file &optional arglist fileonly))))
+(require 'org-macs)
 
 (defvar org-babel-call-process-region-original)
 (declare-function show-all "outline" ())