* cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 31 Mar 2010 22:22:17 +0000 (18:22 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 31 Mar 2010 22:22:17 +0000 (18:22 -0400)
lisp/ChangeLog
lisp/cus-edit.el

index 35e9f44..7a9fae9 100644 (file)
@@ -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
index 399a699..cb6e746 100644 (file)
@@ -675,7 +675,8 @@ If `last', order groups after non-groups."
 (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.