Преглед изворни кода

more robust to code blocks with empty bodies
* lisp/ob.el (org-babel-parse-src-block-match): More robust to code
blocks with empty bodies.

Eric Schulte пре 14 година
родитељ
комит
0037ef9261
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lisp/ob.el

+ 1 - 1
lisp/ob.el

@@ -1024,7 +1024,7 @@ may be specified in the current buffer."
 		  (if (and (> sub-length 0)
 			   (string= "\n" (substring body sub-length)))
 		      (substring body 0 sub-length)
-		    body))))
+		    (or body "")))))
 	 (preserve-indentation (or org-src-preserve-indentation
 				   (string-match "-i\\>" switches))))
     (list lang