summaryrefslogtreecommitdiffstats
path: root/emacsconf-subed.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2025-12-20 18:29:15 -0500
committerSacha Chua <sacha@sachachua.com>2025-12-20 18:29:15 -0500
commit1503e38044dd2ef485528cbc22efb76f8b1c3108 (patch)
tree536304ddb7a68e4ddcf6b2bf7c3b27de78430bd4 /emacsconf-subed.el
parentb9f9e355dd4ff8ae06170a346de0b7a07cabdd42 (diff)
downloademacsconf-el-1503e38044dd2ef485528cbc22efb76f8b1c3108.tar.xz
emacsconf-el-1503e38044dd2ef485528cbc22efb76f8b1c3108.zip
whitespace
Diffstat (limited to '')
-rw-r--r--emacsconf-subed.el4
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
"\"" "&quot ;"
(replace-regexp-in-string "[][]" "" (subed-subtitle-text))))