From 5662b255d91a04125fd3530ca0dc9aaae6e6f4c5 Mon Sep 17 00:00:00 2001 From: stardiviner Date: Sat, 29 Oct 2022 18:28:59 +0800 Subject: [PATCH] update TODO comment --- ffmpeg-utils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg-utils.el b/ffmpeg-utils.el index 0dcac53..72cb06d 100644 --- a/ffmpeg-utils.el +++ b/ffmpeg-utils.el @@ -102,7 +102,7 @@ Support read timestamp begin/end range in format like this: 00:17:23 -- 00:21:45." (interactive (if (region-active-p) - ;; TODO: regexp spec detect + ;; regexp spec detect "00:17:23 -- 00:21:45" (let* ((time-range (split-string (buffer-substring-no-properties (region-beginning) (region-end)) " -- ")) -- 2.11.4.GIT