Преглед на файлове

Renamed unnecessary use of sort* to sort

John Wiegley преди 13 години
родител
ревизия
d24a141d96
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lisp/org-list.el

+ 1 - 1
lisp/org-list.el

@@ -1440,7 +1440,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)