* 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 4f4fbf0..d9831a9 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 cc8103e..a86c145 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)