Browse Source

Fixup 95bb16661b22ce83326f13304ed4ad690cc03eba

* org.el: remove spurious linebreak introduced by earlier patch
* ob.el, ob-ref.el: remove double fix of the same problem

Achim Gratz <Stromeko@Stromeko.DE> wrote:

> this patch had already been partially applied by Carsten and Eric (in
> slightly a different way than I suggested).  The changes to ob.el and
> ob-ref.el (the require statements) are therefore superfluous and should
> probably be backed out.  There was also a superfluous whitespace change
> in org.el (a closing paren that was broken onto the next line).  Patch
> to this effect is attached.  You've already cleaned up org-agenda.el and
> the conditions in org-macs...
Achim Gratz 14 years ago
parent
commit
8dfd6a6140
2 changed files with 0 additions and 2 deletions
  1. 0 1
      lisp/ob-ref.el
  2. 0 1
      lisp/ob.el

+ 0 - 1
lisp/ob-ref.el

@@ -51,7 +51,6 @@
 ;;; Code:
 (require 'ob)
 (eval-when-compile
-  (require 'org-list)
   (require 'cl))
 
 (declare-function org-remove-if-not "org" (predicate seq))

+ 0 - 1
lisp/ob.el

@@ -30,7 +30,6 @@
 
 ;;; Code:
 (eval-when-compile
-  (require 'org-list)
   (require 'cl))
 (require 'ob-eval)
 (require 'org-macs)