浏览代码

Defvar to silence byte compiler

* org-footnote.el (message-signature-separator): Defvar to silence
byte compiler.
David Maus 14 年之前
父节点
当前提交
671115426a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/org-footnote.el

+ 1 - 0
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