]> git.eshelyaron.com Git - emacs.git/commitdiff
(latin1-char-displayable-p): Don't
authorDave Love <fx@gnu.org>
Fri, 27 Oct 2000 23:57:33 +0000 (23:57 +0000)
committerDave Love <fx@gnu.org>
Fri, 27 Oct 2000 23:57:33 +0000 (23:57 +0000)
use window-system.

lisp/international/latin1-disp.el

index ee011d21fa5675fdf2bb4fdd24fb102c1ce4b813..368bd62a24897476f5922fc12adc2331eae904db 100644 (file)
@@ -158,7 +158,7 @@ character set: `latin-2', `hebrew' etc."
   (cond ((< char 256)
         ;; Single byte characters are always displayable.
         t)
-       (window-system
+       ((display-multi-font-p)
         ;; On a window system, a character is displayable if we have
         ;; a font for that character in the default face of the
         ;; currently selected frame.