Explorar o código

org-export: Fix code typo

* contrib/lisp/org-export.el (org-export-unravel-code): Fix code typo.
Nicolas Goaziou %!s(int64=12) %!d(string=hai) anos
pai
achega
db6602ef24
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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