aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii2019-12-23 17:41:17 +0200
committerEli Zaretskii2019-12-23 17:41:17 +0200
commit9eb871c8d102c548a53ab9a5fe212067863f5bff (patch)
tree09d9387addcac3e6f71396605cebdbe08421f37c /lisp
parentf8e83d73a259e1809020d47e920a96a1f5803f7a (diff)
downloademacs-9eb871c8d102c548a53ab9a5fe212067863f5bff.tar.gz
emacs-9eb871c8d102c548a53ab9a5fe212067863f5bff.zip
Cut the emacs-27 release branch
* lisp/cus-edit.el (customize-changed-options-previous-release): Change the value to 26.3. * README: * configure.ac: * nt/README.W32: * msdos/sed2v2.inp: Bump Emacs version to 27.0.60.
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.