branch: elpa/org-superstar
commit 17481852c1bd09afea877635a3185261fc19fd64
Merge: 09ddc28383 abb8e863a1
Author: D. Williams <d.willi...@posteo.net>
Commit: GitHub <nore...@github.com>

    Merge pull request #17 from progfolio/fix/16
    
    Fix: Make org-superstar-headline-p non-interactive
---
 org-superstar.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/org-superstar.el b/org-superstar.el
index 178bdefd07..aab3a3e05f 100644
--- a/org-superstar.el
+++ b/org-superstar.el
@@ -492,7 +492,6 @@ such cases to avoid slowdown."
 
 (defun org-superstar-headline-p ()
   "Return t if the current match is a proper headline."
-  (interactive)
   (save-match-data
     (org-with-limited-levels
      (and (org-at-heading-p) t))))

Reply via email to