diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/cus-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 081d4c9213e..439667a578c 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -1163,7 +1163,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 "25.3" +(defvar customize-changed-options-previous-release "26.3" "Version for `customize-changed-options' to refer back to by default.") ;; Packages will update this variable, so make it available. |