* cus-edit.el (customize-changed-options-previous-release): Bump to 23.1.

This commit is contained in:
Glenn Morris 2010-03-10 22:20:24 -08:00
parent 3e5b700910
commit 0dcf7d7e4b
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2010-03-11 Glenn Morris <rgm@gnu.org>
* cus-edit.el (customize-changed-options-previous-release):
Bump to 23.1.
* image.el (image-animate-max-time): Fix :version tag.
2010-03-10 Chong Yidong <cyd@stupidchicken.com>

View file

@ -1136,7 +1136,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 "22.1"
(defvar customize-changed-options-previous-release "23.1"
"Version for `customize-changed-options' to refer back to by default.")
;; Packages will update this variable, so make it available.