Преглед на файлове

Fix leftover from wrong merge.

Bastien Guerry преди 13 години
родител
ревизия
388ccbc435
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      lisp/ob-exp.el

+ 0 - 3
lisp/ob-exp.el

@@ -271,9 +271,6 @@ replaced with its value."
 	       (nth 2 info))
      ("flags" . ,((lambda (f) (when f (concat " " f))) (nth 3 info)))
      ("name"  . ,(or (nth 4 info) "")))))
-     ("body"  . ,(if (string= (nth 0 info) "org")
-		     (replace-regexp-in-string "^" "," (nth 1 info))
-		   (nth 1 info))))))
 
 (defun org-babel-exp-results (info type &optional silent hash)
   "Evaluate and return the results of the current code block for export.