* lisp/cus-edit.el (customize-changed-options-previous-release): Bump version.

This commit is contained in:
Eli Zaretskii 2024-06-23 07:03:45 -04:00
parent 39cded69a8
commit c246de0d16

View file

@ -1280,7 +1280,7 @@ Show the buffer in another window, but don't select it."
(unless (eq symbol basevar)
(message "`%s' is an alias for `%s'" symbol basevar))))
(defvar customize-changed-options-previous-release "29.4"
(defvar customize-changed-options-previous-release "30.1"
"Version for `customize-changed' to refer back to by default.")
;; Packages will update this variable, so make it available.