diff options
| author | Richard M. Stallman <rms@gnu.org> | 1994-09-03 22:11:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1994-09-03 22:11:00 +0000 |
| commit | d9495300330793508880b4c5ae1350f3350ef68f (patch) | |
| tree | 61a4f6078a8fb00a3440ab2aa4e13664f2cf80c3 | |
| parent | 3a92dea1cd0e7b1affac1cd753652b8009da72fa (diff) | |
| download | emacs-d9495300330793508880b4c5ae1350f3350ef68f.tar.gz | |
(Info-mode): Text for using x, not for make-face defined.
| -rw-r--r-- | lisp/info.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
