]> git.eshelyaron.com Git - emacs.git/commitdiff
(latin1-display): Use characterp rather than char-valid-p.
authorGlenn Morris <rgm@gnu.org>
Sat, 2 Feb 2008 04:19:16 +0000 (04:19 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 2 Feb 2008 04:19:16 +0000 (04:19 +0000)
lisp/international/latin1-disp.el

index a4d4ff0c9d0c1a0abcf1b8d0184cfbe0fdd1cbce..4263ab6a04f55a5aa78309fce93759b4e5d91431 100644 (file)
@@ -112,8 +112,8 @@ a Unicode font with which to display them."
          ;; 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)