display-graphic-p instead of window-system, so that this function
works on MS-DOS.
+2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * international/mule-diag.el (describe-char-after): Use
+ display-graphic-p instead of window-system, so that this function
+ works on MS-DOS.
+
2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
* international/codepage.el (cp-make-coding-systems-for-codepage):
(format "(encoded by coding system %S)" coding))
(list "not encodable by coding system"
(symbol-name coding)))))
- ,(if window-system
+ ,(if (display-graphic-p (selected-frame))
(list "font" (or (internal-char-font (point))
"-- none --"))
(list "terminal code"