Tiny cleanup
This commit is contained in:
parent
297265a4aa
commit
73861065fc
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue