This commit is contained in:
Benson Chu 2025-08-07 14:23:59 -05:00
parent 5baa65c2fc
commit 358ca792f5

View file

@ -43,7 +43,7 @@
(find-file-noselect file)) (find-file-noselect file))
(save-excursion (save-excursion
(goto-char (point-min)) (goto-char (point-min))
(let ((r (rx line-start (+ (or "|" ";" "/" "#")) (+ " ") "RUN:" (+ space) (group(+ nonl) line-end))) (let ((r (rx line-start (+ (or "|" ";" "/" "#")) (+ " ") "RUN:" (+ space) (group (+ nonl) line-end)))
(temp "") (temp "")
l) l)
(while (re-search-forward r nil t) (while (re-search-forward r nil t)