branch: elpa/subed commit 005c0cc79f3cbdf8d0725e4e58f6923dc6a2dba1 Author: Random User <rnd...@posteo.de> Commit: Random User <rnd...@posteo.de>
Remove TODO for C-u N M-k This isn't that useful. You can almost as easily use the region and M-p/M-n and then do M-k. But I'll accept PRs. --- subed/subed-srt.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/subed/subed-srt.el b/subed/subed-srt.el index c3500de..2d0d9c8 100644 --- a/subed/subed-srt.el +++ b/subed/subed-srt.el @@ -383,8 +383,6 @@ Return point or nil if there is no previous subtitle." (subed-srt--regenerate-ids) (subed-srt-move-to-subtitle-text))) -;; TODO: Implement support for prefix argument to -;; kill n subtitles with C-u n M-k. (defun subed-srt-subtitle-kill () "Remove subtitle at point." (interactive)