From: Jesper Harder Date: Mon, 5 Apr 2004 11:57:14 +0000 (+0000) Subject: (gamegrid-add-score-insecure): Use sort-fields. X-Git-Tag: ttn-vms-21-2-B4~6967 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cbfbd37df53da11856400772164840d1162b2959;p=emacs.git (gamegrid-add-score-insecure): Use sort-fields. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cb27984f971..5f8b71b739d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-04-05 Jesper Harder + + * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields. + 2004-04-04 Luc Teirlinck * autorevert.el (auto-revert-handler): If point (or a window diff --git a/lisp/play/gamegrid.el b/lisp/play/gamegrid.el index 70e9ff2f954..54a8f361c99 100644 --- a/lisp/play/gamegrid.el +++ b/lisp/play/gamegrid.el @@ -566,7 +566,7 @@ FILE is created there." ((boundp 'user-mail-address) user-mail-address) (t "")))) - (sort-numeric-fields 1 (point-min) (point-max)) + (sort-fields 1 (point-min) (point-max)) (reverse-region (point-min) (point-max)) (goto-line (1+ gamegrid-score-file-length)) (delete-region (point) (point-max))