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

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

[nongnu] elpa/toc-org 9c5861ceee 004/128: add parent group to fix compil


From: ELPA Syncer
Subject: [nongnu] elpa/toc-org 9c5861ceee 004/128: add parent group to fix compilation warning
Date: Sun, 2 Jan 2022 09:59:05 -0500 (EST)

branch: elpa/toc-org
commit 9c5861ceeeeab12936439c06c702dd731953751b
Author: Sergei Nosov <sergei.nosov@gmail.com>
Commit: Sergei Nosov <sergei.nosov@gmail.com>

    add parent group to fix compilation warning
---
 org-toc.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/org-toc.el b/org-toc.el
index a51127fcf1..82630dc402 100644
--- a/org-toc.el
+++ b/org-toc.el
@@ -44,7 +44,8 @@
 (defgroup org-toc nil
   "org-toc is a utility to have an up-to-date table of contents
 in the org files without exporting (useful primarily for readme
-files on GitHub)")
+files on GitHub)"
+  :group 'org)
 
 ;; just in case, simple regexp "^*.*:toc:\\($\\|[^ ]*:$\\)"
 (defconst org-toc-org-toc-regexp 
"^*.*:toc\\(@[0-9]\\|\\(@[0-9]@[a-zA-Z]+\\)\\)?:\\($\\|[^ ]*:$\\)"



reply via email to

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