org-element: Minor fix

* contrib/lisp/org-element.el (org-element-line-break-interpreter):
  Add forgotten characters from previous commit.
This commit is contained in:
Nicolas Goaziou 2012-01-12 15:35:28 +01:00
parent a566f810e2
commit 64b554cedc
1 changed files with 1 additions and 1 deletions

View File

@ -1887,7 +1887,7 @@ Assume point is at the beginning of the line break."
(defun org-element-line-break-interpreter (line-break contents)
"Interpret LINE-BREAK object as Org syntax.
CONTENTS is nil."
"\n")
"\\\\\n")
(defun org-element-line-break-successor (limit)
"Search for the next statistics cookie and return position.