diff lisp/info.el @ 8692:95a4018f4c14

(Info-mode): Text for using x, not for make-face defined.
author Richard M. Stallman <rms@gnu.org>
date Sat, 03 Sep 1994 22:11:00 +0000
parents ca09c53c16a6
children f89682e90658
line wrap: on
line diff
--- a/lisp/info.el	Sat Sep 03 08:43:52 1994 +0000
+++ b/lisp/info.el	Sat Sep 03 22:11:00 1994 +0000
@@ -1486,7 +1486,7 @@
   (make-local-variable 'Info-tag-table-marker)
   (make-local-variable 'Info-history)
   (make-local-variable 'Info-index-alternatives)
-  (if (fboundp 'make-face)
+  (if (eq (framep (selected-frame)) 'x)
       (progn
 	(make-face 'info-node)
 	(make-face 'info-menu-5)