* cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
This commit is contained in:
parent
1d29df5994
commit
1625d379e0
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue