changeset 32997:00c403ac9e5e

(latin1-char-displayable-p): Don't use window-system.
author Dave Love <fx@gnu.org>
date Fri, 27 Oct 2000 23:57:33 +0000
parents d4de00df3e68
children b5fae01834f2
files lisp/international/latin1-disp.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/latin1-disp.el	Fri Oct 27 23:33:14 2000 +0000
+++ b/lisp/international/latin1-disp.el	Fri Oct 27 23:57:33 2000 +0000
@@ -158,7 +158,7 @@
   (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.