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

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

[nongnu] elpa/subed 2ff368b 004/389: Move subed-subtitle-time-adjusted-h


From: ELPA Syncer
Subject: [nongnu] elpa/subed 2ff368b 004/389: Move subed-subtitle-time-adjusted-hook where it belongs
Date: Fri, 3 Dec 2021 10:59:45 -0500 (EST)

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

    Move subed-subtitle-time-adjusted-hook where it belongs
---
 subed/subed-config.el | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/subed/subed-config.el b/subed/subed-config.el
index 9b3ffe9..b9ed926 100644
--- a/subed/subed-config.el
+++ b/subed/subed-config.el
@@ -103,12 +103,6 @@ The first existing file is then passed to 
`subed-open-video'."
   :type 'boolean
   :group 'subed)
 
-
-(defvar subed-subtitle-time-adjusted-hook ()
-  "Functions to call when a subtitle's start or stop time has
-changed.")
-
-
 (defcustom subed-playback-speed-while-typing 0.3
   "Video playback speed while the user is editing the buffer.  If
 set to zero or smaller, playback is paused."
@@ -189,6 +183,10 @@ hardcoded."
 
 ;; Hooks
 
+(defvar subed-subtitle-time-adjusted-hook ()
+  "Functions to call when a subtitle's start or stop time has
+changed.")
+
 (defvar-local subed-point-motion-hook nil
   "Functions to call after point changed.")
 



reply via email to

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