test-org-footnote: Fix a broken test

* testing/lisp/test-org-footnote.el: Fix failing
  `test-org-footnote/normalize-outside-org'.
This commit is contained in:
Nicolas Goaziou 2012-03-04 15:53:55 +01:00
parent 951a6f2506
commit f1a99ceddf
1 changed files with 2 additions and 1 deletions

View File

@ -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]
--