summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-01-20 15:45:28 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-01-20 15:45:28 +0100
commit73861065fcf57809ce8efe2bee5653eef929dd7b (patch)
tree5ab3e16113bca91e7620562e81ff78991168bc67
parent297265a4aa3651ff3323828b4ab88fe0b3b743cb (diff)
downloadorg-mode-73861065fcf57809ce8efe2bee5653eef929dd7b.tar.gz
Tiny cleanup
-rw-r--r--lisp/org.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 83f34bd..545aebf 100644
--- a/lisp/org.el
+++ b/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.