diff lisp/info.el @ 33208:4360c704c17f

Revoke the change.
author ShengHuo ZHU <zsh@cs.rochester.edu>
date Sun, 05 Nov 2000 03:49:38 +0000
parents 8b4c25bb65d8
children 2c59540663ad
line wrap: on
line diff
--- a/lisp/info.el	Sat Nov 04 18:30:52 2000 +0000
+++ b/lisp/info.el	Sun Nov 05 03:49:38 2000 +0000
@@ -2387,9 +2387,11 @@
 
 (defface info-menu-header
   '((((type tty pc))
-     (:underline t :weight bold))
+     :underline t
+     :weight bold)
     (t
-     (:inherit variable-pitch :weight bold)))
+     :inherit variable-pitch
+     :weight bold))
   "Face for headers in Info menus."
   :group 'info)