]> git.eshelyaron.com Git - emacs.git/commitdiff
* org-list.el (org-list-send-item): Use sort instead of sort*.
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 20 Nov 2011 09:44:39 +0000 (10:44 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 20 Nov 2011 09:44:39 +0000 (10:44 +0100)
lisp/org/ChangeLog
lisp/org/org-list.el

index 4f4fbf0f931d4aaadffefbb3dd34c086316fd11f..d9831a9186ba0b776b983f99dd33011376adbedb 100644 (file)
@@ -1,3 +1,7 @@
+2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * org-list.el (org-list-send-item): Use sort instead of sort*.
+
 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
 
        * org-table.el (org-table-line-to-dline): Fix typo.
index cc8103e3c1901b39663c39af3853af267395b089..a86c145a9ee0b4af77c0e5aaaef10b069fafcd93 100644 (file)
@@ -1439,7 +1439,7 @@ This function returns, destructively, the new list structure."
        ;; 1.1. Remove the item just created in structure.
        (setq struct (delete (assq new-item struct) struct))
        ;; 1.2. Copy ITEM and any of its sub-items at NEW-ITEM.
-       (setq struct (sort*
+       (setq struct (sort
                      (append
                       struct
                       (mapcar (lambda (e)