From 54c5039b8d24c6f577e4ff7650aafcd1c1594c0e Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Thu, 8 Jul 2010 21:43:39 -0700 Subject: [PATCH] removing vestigial babel directory load-path manipulation --- lisp/org.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index ac3e290ee..df511e7c0 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -106,13 +106,6 @@ (require 'org-footnote) ;; babel -(let* ((babel-path (expand-file-name - "babel" - (file-name-directory (or (buffer-file-name) - load-file-name)))) - (babel-langs-path (expand-file-name "langs" babel-path))) - (add-to-list 'load-path babel-path) - (add-to-list 'load-path babel-langs-path)) (require 'ob) (require 'ob-table) (require 'ob-lob)