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

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

[nongnu] elpa/org-superstar 17481852c1 110/162: Merge pull request #17 f


From: Stefan Kangas
Subject: [nongnu] elpa/org-superstar 17481852c1 110/162: Merge pull request #17 from progfolio/fix/16
Date: Fri, 31 Dec 2021 19:35:33 -0500 (EST)

branch: elpa/org-superstar
commit 17481852c1bd09afea877635a3185261fc19fd64
Merge: 09ddc28383 abb8e863a1
Author: D. Williams <d.williams@posteo.net>
Commit: GitHub <noreply@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

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