summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 0c3f48c..a689455 100644
--- a/TODO
+++ b/TODO
@@ -280,7 +280,7 @@ EMACS-CHESS -*- mode: org; fill-column: 78 -*-
Well, I've played a little with a few transformations but I haven't managed
to get any substantial speedup. Things I see are:
- - char-valid-p is called at least three times, the value could be saved in
+ - characterp is called at least three times, the value could be saved in
the toplevel let*.
- I am not sure but I think I read inline quoted lists can be slower. I
tried to define the direction lists as a alist in a defconst, but it