Browse Source

Tiny cleanup

Nicolas Goaziou 7 years ago
parent
commit
73861065fc
1 changed files with 0 additions and 4 deletions
  1. 0 4
      lisp/org.el

+ 0 - 4
lisp/org.el

@@ -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.