emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99795: * cus-edit.el (custom-buffer-


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99795: * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
Date: Wed, 31 Mar 2010 18:22:17 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99795
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Wed 2010-03-31 18:22:17 -0400
message:
  * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
modified:
  lisp/ChangeLog
  lisp/cus-edit.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-03-31 15:16:12 +0000
+++ b/lisp/ChangeLog    2010-03-31 22:22:17 +0000
@@ -1,3 +1,8 @@
+2010-03-31  Chong Yidong  <address@hidden>
+
+       * cus-edit.el (custom-buffer-sort-alphabetically): Update
+       :version.
+
 2010-03-31  Juri Linkov  <address@hidden>
 
        * simple.el (next-line, previous-line): Re-throw a signal

=== modified file 'lisp/cus-edit.el'
--- a/lisp/cus-edit.el  2010-03-12 22:56:30 +0000
+++ b/lisp/cus-edit.el  2010-03-31 22:22:17 +0000
@@ -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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]