Defvar to silence byte compiler

* org-footnote.el (message-signature-separator): Defvar to silence
byte compiler.
This commit is contained in:
David Maus 2010-10-24 20:43:44 +02:00
parent 9e8b867c77
commit 671115426a
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@
(declare-function org-in-verbatim-emphasis "org" ())
(declare-function org-inside-latex-macro-p "org" ())
(defvar org-odd-levels-only) ;; defined in org.el
(defvar message-signature-separator) ;; defined in message.el
(defconst org-footnote-re
(concat "[^][\n]" ; to make sure it is not at the beginning of a line