branch: externals/muse commit faa48d78ed02ec205c195255374e987f7ab14121 Merge: 0bb5d3fa57 a8458264ec Author: Alex Ott <alex...@gmail.com> Commit: GitHub <nore...@github.com>
Merge pull request #9 from labdsf/master Fix comment regexp --- lisp/muse-publish.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/muse-publish.el b/lisp/muse-publish.el index ec6e176e3f..6a4700d7ba 100644 --- a/lisp/muse-publish.el +++ b/lisp/muse-publish.el @@ -108,7 +108,7 @@ If non-nil, publish comments using the markup of the current style." (1200 "\\`#\\([a-zA-Z-]+\\)\\s-+\\(.+\\)\n+" 0 directive) ;; commented lines - (1250 ,(concat "^;\\(?:[" muse-regexp-blank "]+\\(.+\\)\\|$\\|'\\)") + (1250 ,(concat "^;\\(?:[" muse-regexp-blank "]+\\(.+\\)\\|$\\|\\'\\)") 0 comment) ;; markup tags