# HG changeset patch # User Glenn Morris # Date 1201925956 0 # Node ID 4bfcd8ee11049a799b80207a5afbf4a95753de31 # Parent 84e557581b9e1b80fa7d416144d4e51eb0b4b723 (latin1-display): Use characterp rather than char-valid-p. diff -r 84e557581b9e -r 4bfcd8ee1104 lisp/international/latin1-disp.el --- a/lisp/international/latin1-disp.el Sat Feb 02 04:18:45 2008 +0000 +++ b/lisp/international/latin1-disp.el Sat Feb 02 04:19:16 2008 +0000 @@ -112,8 +112,8 @@ ;; It doesn't look as though we have a Unicode font. (map-char-table (lambda (c uc) - (when (and (char-valid-p c) - (char-valid-p uc) + (when (and (characterp c) + (characterp uc) (not (aref standard-display-table uc))) (aset standard-display-table uc (or (aref standard-display-table c)