]> code.delx.au - gnu-emacs/blobdiff - lisp/disp-table.el
Merge from emacs--devo--0
[gnu-emacs] / lisp / disp-table.el
index fa98086b0bccb7d19fae4e8a51eb0379cd4c24bb..dd884b246dbfcd0b5404d1fe6b59b663614229f2 100644 (file)
@@ -126,7 +126,7 @@ Valid symbols are `truncation', `wrap', `escape', `control',
   (or standard-display-table
       (setq standard-display-table (make-display-table)))
   (while (<= l h)
-    (if (and (>= l ?\s) (char-valid-p l))
+    (if (and (>= l ?\s) (characterp l))
        (aset standard-display-table l nil))
     (setq l (1+ l))))