changeset 8504:0e0bd07e6ae2

omission from last patch
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 13 Jan 2009 14:39:48 +0100
parents 8ba2ee57c594
children 124dd27bedae
files src/lex.l
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lex.l	Tue Jan 13 12:16:21 2009 +0100
+++ b/src/lex.l	Tue Jan 13 14:39:48 2009 +0100
@@ -2653,7 +2653,7 @@
       for (int i = 0; i < TOTAL_KEYWORDS; i++)
 	lst[i] = wordlist[i].name;
 
-      retval = Cell (lst.qsort ());
+      retval = Cell (lst.sort ());
     }
   else if (argc == 2)
     {