diff options
author | Jesper Harder <harder@ifa.au.dk> | 2004-04-05 11:57:14 +0000 |
---|---|---|
committer | Jesper Harder <harder@ifa.au.dk> | 2004-04-05 11:57:14 +0000 |
commit | cbfbd37df53da11856400772164840d1162b2959 (patch) | |
tree | 36f8bfa550ff4681aab6da9d6a213bc174b6607a /lisp/play | |
parent | 4ba2fd662e841ee24c467d21e53a20ea6c4aa402 (diff) | |
download | emacs-cbfbd37df53da11856400772164840d1162b2959.tar.gz |
(gamegrid-add-score-insecure): Use sort-fields.
Diffstat (limited to 'lisp/play')
-rw-r--r-- | lisp/play/gamegrid.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |