branch: externals/org
commit c318ddd0c299bafd5499e08128f2e4cb08d6c078
Author: Morgan Smith <[email protected]>
Commit: Ihor Radchenko <[email protected]>

    Testing: Don't confuse local variable code with strings
    
    * testing/lisp/test-org-footnote.el: Add a pagebreak character at the
    end to silence the following message when compiling:
    "Local variables list is not properly terminated".
---
 testing/lisp/test-org-footnote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/lisp/test-org-footnote.el 
b/testing/lisp/test-org-footnote.el
index 0d7a93ce45..41268e20e9 100644
--- a/testing/lisp/test-org-footnote.el
+++ b/testing/lisp/test-org-footnote.el
@@ -787,6 +787,6 @@ Paragraph[fn:foo][fn:bar]
            (let ((org-footnote-section nil)) (org-footnote-normalize))
            (buffer-string)))))
 
-
+
 (provide 'test-org-footnote)
 ;;; test-org-footnote.el ends here

Reply via email to