浏览代码

Merge branch 'maint'

Nicolas Goaziou 13 年之前
父节点
当前提交
1b06c10e2c
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      testing/lisp/test-org-footnote.el

+ 2 - 1
testing/lisp/test-org-footnote.el

@@ -212,7 +212,8 @@ Footnotes:
   ;; 3. As an exception, in `message-mode' buffer, if a signature is
   ;;    present, insert footnotes before it.
   (let ((org-footnote-tag-for-non-org-mode-files nil)
-        (message-signature-separator "^-- $"))
+        (message-cite-prefix-regexp "\\([ 	]*[_.[:word:]]+>+\\|[ 	]*[]>|]\\)+")
+	(message-signature-separator "^-- $"))
     (with-temp-buffer
       (insert "Body[fn::def]
 --