From 81c84e9628adf820eea9209e9c0be341a429470a Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Sun, 27 Dec 2009 20:11:07 +0100 Subject: char-valid-p is obsolete (as of Emacs 23.1); use characterp instead --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO') 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 -- cgit v1.2.3