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

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

[nongnu] elpa/org-superstar d94e141c36 069/162: Added a REVIEW marker.


From: Stefan Kangas
Subject: [nongnu] elpa/org-superstar d94e141c36 069/162: Added a REVIEW marker.
Date: Fri, 31 Dec 2021 19:35:26 -0500 (EST)

branch: elpa/org-superstar
commit d94e141c36720a5d614d0589bd79f8f163fefa9a
Author: D. Williams <d.williams@posteo.net>
Commit: D. Williams <d.williams@posteo.net>

    Added a REVIEW marker.
---
 org-superstar.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/org-superstar.el b/org-superstar.el
index a04248990d..54540be087 100644
--- a/org-superstar.el
+++ b/org-superstar.el
@@ -539,6 +539,7 @@ prettifying bullets in (for example) source blocks."
   "Make part of the text matched by the last search invisible.
 SUBEXP, a number, specifies which parenthesized expression in the
 last regexp.  If there is no SUBEXPth pair, do nothing."
+  ;; REVIEW: Do you think when-let would be nicer here?
   (let ((start (match-beginning subexp))
         (end (match-end subexp)))
     (when start



reply via email to

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