]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-mode): Text for using x, not for make-face defined.
authorRichard M. Stallman <rms@gnu.org>
Sat, 3 Sep 1994 22:11:00 +0000 (22:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 3 Sep 1994 22:11:00 +0000 (22:11 +0000)
lisp/info.el

index dfe842c05839ebe7bdedf58d0e156716cf6a7003..d2c0c6695003b34f77c2d1470075e0700f852392 100644 (file)
@@ -1486,7 +1486,7 @@ Advanced commands:
   (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)