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