Browse Source

babel: now requires org-macs

* lisp/babel/ob.el (org-macs): now requires org-macs
Eric Schulte 15 years ago
parent
commit
a8a26f245b
1 changed files with 1 additions and 3 deletions
  1. 1 3
      lisp/babel/ob.el

+ 1 - 3
lisp/babel/ob.el

@@ -30,9 +30,7 @@
 
 
 ;;; Code:
 ;;; Code:
 (eval-when-compile (require 'cl))
 (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)
 (defvar org-babel-call-process-region-original)
 (declare-function show-all "outline" ())
 (declare-function show-all "outline" ())