diff options
author | Morten Welinder <terra@diku.dk> | 1994-10-17 08:42:36 +0000 |
---|---|---|
committer | Morten Welinder <terra@diku.dk> | 1994-10-17 08:42:36 +0000 |
commit | 4103a5ce4ee207d9e8b4bf44887ce9afcca5a604 (patch) | |
tree | a05182afeb77460c04635bb1eb65a345bbaffdfa /lisp/info.el | |
parent | e15e6710b29fe48afba580041c98708c3168a1f8 (diff) | |
download | emacs-4103a5ce4ee207d9e8b4bf44887ce9afcca5a604.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/info.el')
-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 8c78aa1d6e1..c4bc2c0a4ff 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -1495,7 +1495,7 @@ Advanced commands: (make-local-variable 'Info-tag-table-marker) (make-local-variable 'Info-history) (make-local-variable 'Info-index-alternatives) - (if (eq (framep (selected-frame)) 'x) + (if (memq (framep (selected-frame)) '(x pc)) (progn (make-face 'info-node) (make-face 'info-menu-5) |