changeset 107723:d6963128f839

* cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 31 Mar 2010 18:22:17 -0400
parents 98f7a4103e8e
children 0e2821d60d4c
files lisp/ChangeLog lisp/cus-edit.el
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Mar 31 13:39:03 2010 -0700
+++ b/lisp/ChangeLog	Wed Mar 31 18:22:17 2010 -0400
@@ -1,3 +1,8 @@
+2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
+
+	* cus-edit.el (custom-buffer-sort-alphabetically): Update
+	:version.
+
 2010-03-31  Juri Linkov  <juri@jurta.org>
 
 	* simple.el (next-line, previous-line): Re-throw a signal
--- a/lisp/cus-edit.el	Wed Mar 31 13:39:03 2010 -0700
+++ b/lisp/cus-edit.el	Wed Mar 31 18:22:17 2010 -0400
@@ -675,7 +675,8 @@
 (defcustom custom-buffer-sort-alphabetically t
   "Whether to sort customization groups alphabetically in Custom buffer."
   :type 'boolean
-  :group 'custom-buffer)
+  :group 'custom-buffer
+  :version "24.1")
 
 (defcustom custom-buffer-order-groups 'last
   "If non-nil, order group members within each customization group.