diff lisp/info.el @ 9572:b36d5e88cccc

*** empty log message ***
author Morten Welinder <terra@diku.dk>
date Mon, 17 Oct 1994 08:42:36 +0000
parents b18f51df31b3
children 7d465ccfd45b
line wrap: on
line diff
--- a/lisp/info.el	Mon Oct 17 08:04:13 1994 +0000
+++ b/lisp/info.el	Mon Oct 17 08:42:36 1994 +0000
@@ -1495,7 +1495,7 @@
   (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)