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 aa26ac38fc5..22f12bac99f 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -1164,7 +1164,7 @@ Show the buffer in another window, but don't select it."
1164 (unless (eq symbol basevar) 1164 (unless (eq symbol basevar)
1165 (message "`%s' is an alias for `%s'" symbol basevar)))) 1165 (message "`%s' is an alias for `%s'" symbol basevar))))
1166 1166
1167(defvar customize-changed-options-previous-release "24.1" 1167(defvar customize-changed-options-previous-release "24.5"
1168 "Version for `customize-changed-options' to refer back to by default.") 1168 "Version for `customize-changed-options' to refer back to by default.")
1169 1169
1170;; Packages will update this variable, so make it available. 1170;; Packages will update this variable, so make it available.