changeset 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 417a04871329
children a85d4593d45f
files lisp/info.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)