From: Eli Zaretskii Date: Fri, 10 Jul 2009 09:05:31 +0000 (+0000) Subject: (customize-changed-options-previous-release): Bump value to 22.1. (Bug#3804) X-Git-Tag: emacs-23.1~107 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c9f56329824cd3638259d928912ae4abe1ecfa73;p=emacs.git (customize-changed-options-previous-release): Bump value to 22.1. (Bug#3804) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c9bdc0722a0..70538e364bc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-07-10 Eli Zaretskii + + * cus-edit.el (customize-changed-options-previous-release): Bump + value to 22.1. (Bug#3804) + 2009-07-08 Michael Albinus * net/tramp.el (tramp-set-file-uid-gid): Handle the case the diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 76a021ec1c0..9ad6a05fe1a 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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 "21.1" +(defvar customize-changed-options-previous-release "22.1" "Version for `customize-changed-options' to refer back to by default.") ;; Packages will update this variable, so make it available.