diff options
| author | Sacha Chua <sacha@sachachua.com> | 2025-12-20 18:29:15 -0500 |
|---|---|---|
| committer | Sacha Chua <sacha@sachachua.com> | 2025-12-20 18:29:15 -0500 |
| commit | 1503e38044dd2ef485528cbc22efb76f8b1c3108 (patch) | |
| tree | 536304ddb7a68e4ddcf6b2bf7c3b27de78430bd4 | |
| parent | b9f9e355dd4ff8ae06170a346de0b7a07cabdd42 (diff) | |
| download | emacsconf-el-1503e38044dd2ef485528cbc22efb76f8b1c3108.tar.xz emacsconf-el-1503e38044dd2ef485528cbc22efb76f8b1c3108.zip | |
whitespace
| -rw-r--r-- | emacsconf-subed.el | 4 |
1 files changed, 2 insertions, 2 deletions
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)))) |
