emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/toc-org 6eca67f9a8 127/128: Merge pull request #83 from sk


From: ELPA Syncer
Subject: [nongnu] elpa/toc-org 6eca67f9a8 127/128: Merge pull request #83 from skangas/silence-byte-compiler
Date: Sun, 2 Jan 2022 09:59:16 -0500 (EST)

branch: elpa/toc-org
commit 6eca67f9a88faec513d3f831cbe2fcabbebd5487
Merge: 35781c6313 8dbb3df422
Author: Sergei Nosov <sergei.nosov@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #83 from skangas/silence-byte-compiler
    
    Fix byte-compiler warning in Emacs 28
---
 toc-org.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/toc-org.el b/toc-org.el
index 5ca0f010e9..af9b4e7c88 100644
--- a/toc-org.el
+++ b/toc-org.el
@@ -59,7 +59,9 @@ files on GitHub)"
 
 ;; just in case, simple regexp "^*.*:toc:\\($\\|[^ ]*:$\\)"
 (defconst toc-org-toc-org-regexp 
".*?\\(<--\s+\\)?:toc\\([@_][0-9]\\|\\([@_][0-9][@_][a-zA-Z]+\\)\\)?:\\(\\(\s+-->\\)?$\\|[^
 ]*?:\\(\s+-->\\)?$\\)"
-  "Regexp to find the heading with the :toc: tag. It misses the heading symbol 
which must be added depending on the markup style (org vs markdown).")
+  "Regexp to find the heading with the :toc: tag.
+It misses the heading symbol which must be added depending on the
+markup style (org vs markdown).")
 (defconst toc-org-quote-tag-regexp ":quote:\\(\\(\s+-->\\)?$\\|[^ 
]*?:\\(\s+-->\\)?$\\)"
   "Regexp to find the heading with the :quote: tag")
 (defconst toc-org-noexport-regexp 
"\\(^*+\\)\s+.*:noexport\\([@_][0-9]\\)?:\\($\\|[^ ]*?:$\\)"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]