changeset 54716:1ffff21d0989

(gamegrid-add-score-insecure): Use sort-fields.
author Jesper Harder <harder@ifa.au.dk>
date Mon, 05 Apr 2004 11:57:14 +0000
parents d8d0a55983fb
children a0b481c8f7d5
files lisp/ChangeLog lisp/play/gamegrid.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Apr 05 02:09:28 2004 +0000
+++ b/lisp/ChangeLog	Mon Apr 05 11:57:14 2004 +0000
@@ -1,3 +1,7 @@
+2004-04-05  Jesper Harder  <harder@ifa.au.dk>
+
+	* play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
+
 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
 
 	* autorevert.el (auto-revert-handler): If point (or a window
--- a/lisp/play/gamegrid.el	Mon Apr 05 02:09:28 2004 +0000
+++ b/lisp/play/gamegrid.el	Mon Apr 05 11:57:14 2004 +0000
@@ -566,7 +566,7 @@
 			  ((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))