1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2025-01-01 11:15:00 +00:00

Renamed unnecessary use of sort* to sort

This commit is contained in:
John Wiegley 2011-08-13 16:40:04 -05:00
parent 20ff46e825
commit d24a141d96

View File

@ -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)