瀏覽代碼

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)