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

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

[nongnu] elpa/subed 80ea6f8389 3/9: Mark subed-set-subtitle-comment as i


From: ELPA Syncer
Subject: [nongnu] elpa/subed 80ea6f8389 3/9: Mark subed-set-subtitle-comment as interactive.
Date: Tue, 28 Nov 2023 19:00:19 -0500 (EST)

branch: elpa/subed
commit 80ea6f8389cdacea6a4f2a2bec4b92ba093c4fba
Author: Sacha Chua <sacha@sachachua.com>
Commit: Sacha Chua <sacha@sachachua.com>

    Mark subed-set-subtitle-comment as interactive.
    
    * subed/subed-common.el (set-subtitle-comment): Mark as interactive.
---
 subed/subed-common.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/subed/subed-common.el b/subed/subed-common.el
index b1596a84db..23d545a558 100644
--- a/subed/subed-common.el
+++ b/subed/subed-common.el
@@ -410,9 +410,10 @@ If SUB-ID is not given, set the text of the current 
subtitle."
   nil)
 
 (subed-define-generic-function set-subtitle-comment (comment &optional _)
-   "Set the current subtitle's comment to COMMENT.
+  "Set the current subtitle's comment to COMMENT.
 If COMMENT is nil or the empty string, remove the comment."
-  nil)
+  (interactive "MComment: ")
+  (error "Not implemented"))
 
 (subed-define-generic-function set-subtitle-time-start (msecs
                                                         &optional sub-id



reply via email to

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