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