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

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

[nongnu] elpa/org-superstar abb8e863a1 109/162: Fix: Make org-superstar-


From: Stefan Kangas
Subject: [nongnu] elpa/org-superstar abb8e863a1 109/162: Fix: Make org-superstar-headline-p non-interactive
Date: Fri, 31 Dec 2021 19:35:32 -0500 (EST)

branch: elpa/org-superstar
commit abb8e863a122cd8b7e5472c7487d39d0d059bdee
Author: Nicholas Vollmer <iarchivedmywholelife@gmail.com>
Commit: Nicholas Vollmer <iarchivedmywholelife@gmail.com>

    Fix: Make org-superstar-headline-p non-interactive
    
    See #16
---
 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]