aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 469f4334b44..5fd3629e57d 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -1280,7 +1280,7 @@ Show the buffer in another window, but don't select it."
1280 (unless (eq symbol basevar) 1280 (unless (eq symbol basevar)
1281 (message "`%s' is an alias for `%s'" symbol basevar)))) 1281 (message "`%s' is an alias for `%s'" symbol basevar))))
1282 1282
1283(defvar customize-changed-options-previous-release "29.4" 1283(defvar customize-changed-options-previous-release "30.1"
1284 "Version for `customize-changed' to refer back to by default.") 1284 "Version for `customize-changed' to refer back to by default.")
1285 1285
1286;; Packages will update this variable, so make it available. 1286;; Packages will update this variable, so make it available.