aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/cus-edit.el2
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."
1163 (unless (eq symbol basevar) 1163 (unless (eq symbol basevar)
1164 (message "`%s' is an alias for `%s'" symbol basevar)))) 1164 (message "`%s' is an alias for `%s'" symbol basevar))))
1165 1165
1166(defvar customize-changed-options-previous-release "25.3" 1166(defvar customize-changed-options-previous-release "26.3"
1167 "Version for `customize-changed-options' to refer back to by default.") 1167 "Version for `customize-changed-options' to refer back to by default.")
1168 1168
1169;; Packages will update this variable, so make it available. 1169;; Packages will update this variable, so make it available.