Mercurial > emacs
changeset 91434:4bfcd8ee1104
(latin1-display): Use characterp rather than char-valid-p.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 02 Feb 2008 04:19:16 +0000 |
parents | 84e557581b9e |
children | 3053d89875bb |
files | lisp/international/latin1-disp.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)