]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/midnight.el (midnight-mode): forward-declare midnight-delay
authorMattias EngdegÄrd <mattiase@acm.org>
Sat, 21 Sep 2024 17:33:20 +0000 (19:33 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Sep 2024 10:45:28 +0000 (12:45 +0200)
(cherry picked from commit f5bf007df122d3524b23725c5ddc2dd97d3577f8)

lisp/midnight.el

index e5dd722159186e89e9ced3c44f48c8ef5bc378c0..a7c33f331f75c3a01d47242303e56fc7fac90054 100644 (file)
@@ -56,6 +56,7 @@ the time when it is run.")
   ;; the timer if the mode is on.  The ':initialize' function above
   ;; (which ends up calling `midnight-delay-set') did not know yet if
   ;; the mode was on or not.
+  (defvar midnight-delay)
   (midnight-delay-set 'midnight-delay midnight-delay))
 
 ;;; clean-buffer-list stuff