branch: elpa/tablist
commit 65271d9ee13110aba9e9e22ecae32521f9bd0ab7
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Teach outline-minor-mode about our original heading syntax
---
 tablist-filter.el | 1 +
 tablist.el        | 1 +
 2 files changed, 2 insertions(+)

diff --git a/tablist-filter.el b/tablist-filter.el
index 7f408fb..c6b49bb 100644
--- a/tablist-filter.el
+++ b/tablist-filter.el
@@ -446,6 +446,7 @@ else return nil."
 
 (provide 'tablist-filter)
 ;; Local Variables:
+;; outline-regexp: ";;\\(\\(?:[;*]+ \\| \\*+\\)[^\s\t\n]\\|###autoload\\)\\|("
 ;; indent-tabs-mode: nil
 ;; End:
 ;;; tablist-filter.el ends here
diff --git a/tablist.el b/tablist.el
index fa53fa3..df8778b 100644
--- a/tablist.el
+++ b/tablist.el
@@ -1939,6 +1939,7 @@ the 0-th column as numbers by the less-than relation."
 
 (provide 'tablist)
 ;; Local Variables:
+;; outline-regexp: ";;\\(\\(?:[;*]+ \\| \\*+\\)[^\s\t\n]\\|###autoload\\)\\|("
 ;; indent-tabs-mode: nil
 ;; End:
 ;;; tablist.el ends here

Reply via email to