From 1625d379e06ecd5deb1c1f1d7201ce77be484163 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 31 Mar 2010 18:22:17 -0400 Subject: [PATCH] * cus-edit.el (custom-buffer-sort-alphabetically): Update :version. --- lisp/ChangeLog | 5 +++++ lisp/cus-edit.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 35e9f44d6c3..7a9fae9f412 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-03-31 Chong Yidong + + * cus-edit.el (custom-buffer-sort-alphabetically): Update + :version. + 2010-03-31 Juri Linkov * simple.el (next-line, previous-line): Re-throw a signal diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 399a6992f41..cb6e746f3b2 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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. -- 2.39.5