emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/subed 005c0cc 027/389: Remove TODO for C-u N M-k


From: ELPA Syncer
Subject: [nongnu] elpa/subed 005c0cc 027/389: Remove TODO for C-u N M-k
Date: Fri, 3 Dec 2021 10:59:50 -0500 (EST)

branch: elpa/subed
commit 005c0cc79f3cbdf8d0725e4e58f6923dc6a2dba1
Author: Random User <rndusr@posteo.de>
Commit: Random User <rndusr@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]