From 671115426afa3221238fb426e1325b5c4387f976 Mon Sep 17 00:00:00 2001 From: David Maus Date: Sun, 24 Oct 2010 20:43:44 +0200 Subject: [PATCH] Defvar to silence byte compiler * org-footnote.el (message-signature-separator): Defvar to silence byte compiler. --- lisp/org-footnote.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index 9c51db647..ff31509b9 100644 --- a/lisp/org-footnote.el +++ b/lisp/org-footnote.el @@ -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