comparison 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
comparison
equal deleted inserted replaced
9571:b37425ecb3f0 9572:b36d5e88cccc
1493 (make-local-variable 'Info-current-subfile) 1493 (make-local-variable 'Info-current-subfile)
1494 (make-local-variable 'Info-current-node) 1494 (make-local-variable 'Info-current-node)
1495 (make-local-variable 'Info-tag-table-marker) 1495 (make-local-variable 'Info-tag-table-marker)
1496 (make-local-variable 'Info-history) 1496 (make-local-variable 'Info-history)
1497 (make-local-variable 'Info-index-alternatives) 1497 (make-local-variable 'Info-index-alternatives)
1498 (if (eq (framep (selected-frame)) 'x) 1498 (if (memq (framep (selected-frame)) '(x pc))
1499 (progn 1499 (progn
1500 (make-face 'info-node) 1500 (make-face 'info-node)
1501 (make-face 'info-menu-5) 1501 (make-face 'info-menu-5)
1502 (make-face 'info-xref) 1502 (make-face 'info-xref)
1503 (or (face-differs-from-default-p 'info-node) 1503 (or (face-differs-from-default-p 'info-node)