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

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

[nongnu] elpa/subed ab651e8 217/389: Rename subed-srt--max-subtitle-id t


From: ELPA Syncer
Subject: [nongnu] elpa/subed ab651e8 217/389: Rename subed-srt--max-subtitle-id to subed-srt--subtitle-id-max
Date: Fri, 3 Dec 2021 11:00:29 -0500 (EST)

branch: elpa/subed
commit ab651e8b3c9e10ea913524b47100d2a1029938e7
Author: Random User <rndusr@posteo.de>
Commit: Random User <rndusr@posteo.de>

    Rename subed-srt--max-subtitle-id to subed-srt--subtitle-id-max
    
    This makes this function easier to find and complete.
---
 subed/subed-srt.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subed/subed-srt.el b/subed/subed-srt.el
index 1de71a1..60cfc26 100644
--- a/subed/subed-srt.el
+++ b/subed/subed-srt.el
@@ -69,7 +69,7 @@ Return nil if TIME-STRING doesn't match the pattern."
     (when (subed-srt--jump-to-subtitle-id)
       (string-to-number (current-word)))))
 
-(defun subed-srt--max-subtitle-id ()
+(defun subed-srt--subtitle-id-max ()
   "Return the ID of the last subtitle or nil if there are no subtitles."
   (save-excursion
     (goto-char (point-max))



reply via email to

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