Tiny cleanup

This commit is contained in:
Nicolas Goaziou 2018-01-20 15:45:28 +01:00
parent 297265a4aa
commit 73861065fc
1 changed files with 0 additions and 4 deletions

View File

@ -21978,7 +21978,6 @@ assumed to be significant there."
;; parenthesis can end up being parsed as a new list item.
(looking-at-p "[ \t]*{{{n\\(?:([^\n)]*)\\)?}}}[.)]\\(?:$\\| \\)"))
(declare-function message-in-body-p "message" ())
(defvar orgtbl-line-start-regexp) ; From org-table.el
(defun org-adaptive-fill-function ()
"Compute a fill prefix for the current line.
@ -22038,9 +22037,6 @@ matches in paragraphs or comments, use it."
(match-string 0)
""))))))))))
(declare-function message-goto-body "message" ())
(defvar message-cite-prefix-regexp) ; From message.el
(defun org-fill-element (&optional justify)
"Fill element at point, when applicable.