From 1503e38044dd2ef485528cbc22efb76f8b1c3108 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 20 Dec 2025 18:29:15 -0500 Subject: whitespace --- emacsconf-subed.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacsconf-subed.el') diff --git a/emacsconf-subed.el b/emacsconf-subed.el index 43f28f4..f54a9c7 100644 --- a/emacsconf-subed.el +++ b/emacsconf-subed.el @@ -128,7 +128,7 @@ TYPE can be 'end if you want the match end instead of the beginning." (subtitles (mapconcat (lambda (sub) - (string-join + (string-join (emacsconf-split-text-based-on-heuristics (elt sub 3) subtitle-text-limit) "\n")) (emacsconf-combine-close-subtitles (subed-subtitle-list)) @@ -227,7 +227,7 @@ Use `subed-set-subtitle-comment' and `emacsconf-subed-make-chapter-file-based-on "new=\"1\" " "") (replace-regexp-in-string - "\n" " " + "\n" " " (replace-regexp-in-string "\"" "" ;" (replace-regexp-in-string "[][]" "" (subed-subtitle-text)))) -- cgit v1.2.3