From: Richard M. Stallman Date: Sat, 3 Sep 1994 22:11:00 +0000 (+0000) Subject: (Info-mode): Text for using x, not for make-face defined. X-Git-Tag: emacs-19.34~7162 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d9495300330793508880b4c5ae1350f3350ef68f;p=emacs.git (Info-mode): Text for using x, not for make-face defined. --- diff --git a/lisp/info.el b/lisp/info.el index dfe842c0583..d2c0c669500 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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)