From f1a99ceddf37c2e30106dd35ff29e1ea4bce6f90 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 4 Mar 2012 15:53:55 +0100 Subject: [PATCH] test-org-footnote: Fix a broken test * testing/lisp/test-org-footnote.el: Fix failing `test-org-footnote/normalize-outside-org'. --- testing/lisp/test-org-footnote.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/lisp/test-org-footnote.el b/testing/lisp/test-org-footnote.el index 52e553808..a768c70c9 100644 --- a/testing/lisp/test-org-footnote.el +++ b/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] -- -- 2.11.4.GIT