branch: elpa/org-superstar
commit d94e141c36720a5d614d0589bd79f8f163fefa9a
Author: D. Williams <[email protected]>
Commit: D. Williams <[email protected]>
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