瀏覽代碼

org-export: Fix code typo

* contrib/lisp/org-export.el (org-export-unravel-code): Fix code typo.
Nicolas Goaziou 12 年之前
父節點
當前提交
db6602ef24
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contrib/lisp/org-export.el

+ 1 - 1
contrib/lisp/org-export.el

@@ -3814,7 +3814,7 @@ line (string)."
 	 (code (let ((c (replace-regexp-in-string
 			 "\\`\\([ \t]*\n\\)+" ""
 			 (replace-regexp-in-string
-			  "\\(:?[ \t]*\n\\)*[ \t]*\\'" "\n"
+			  "\\([ \t]*\n\\)*[ \t]*\\'" "\n"
 			  (org-element-property :value element)))))
 		 ;; If appropriate, remove global indentation.
 		 (if (or org-src-preserve-indentation