]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Sat, 1 Feb 2025 20:08:38 +0000 (22:08 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 11:15:06 +0000 (12:15 +0100)
(cherry picked from commit 3ae7c9069fa9320ce2cff5b421dc8d9d4c4b8430)

lisp/savehist.el

index 7d755bc50471f6b852a43454a09aade36047d098..7cfb358dd6d40fc9d209ab0161c6f3b3ce02e465 100644 (file)
@@ -104,6 +104,8 @@ the user's privacy."
     (cancel-timer savehist-timer))
   (setq savehist-timer nil))
 
+(defvar savehist-autosave-interval)
+
 (defun savehist--manage-timer ()
   "Set or cancel an invocation of `savehist-autosave' on a timer.
 If `savehist-mode' is enabled, set the timer, otherwise cancel the timer.