snosov1 / toc-org

toc-org is an Emacs utility to have an up-to-date table of contents in the org files without exporting (useful primarily for readme files on GitHub)
GNU General Public License v3.0
287 stars 29 forks source link

Fix byte-compiler warning in Emacs 28 #83

Closed skangas closed 2 years ago

skangas commented 2 years ago

This silences a byte-compiler warning in Emacs 28:

Compiling file /home/skangas/wip/emacs-packages/toc-org/toc-org.el at Sat Jan  1 21:06:01 2022
Entering directory ‘/home/skangas/wip/emacs-packages/toc-org/’
toc-org.el:61:1: Warning: defconst `toc-org-toc-org-regexp' docstring wider
    than 80 characters

Thanks!