# HG changeset patch # User Gerd Moellmann # Date 963925157 0 # Node ID 237a66bc6ceaa6af8f9c4db6468ccd563c24dd23 # Parent d2eb35d883989c11b6c29b3943b1943e9bf5b44c (Info-title-face-alist): Removed. diff -r d2eb35d88398 -r 237a66bc6cea lisp/info.el --- a/lisp/info.el Tue Jul 18 12:59:01 2000 +0000 +++ b/lisp/info.el Tue Jul 18 12:59:17 2000 +0000 @@ -2285,15 +2285,6 @@ "Face for Info titles at level 3." :group 'info) -(defcustom Info-title-face-alist - '((?* (face (variable-pitch bold) display (height (+ 4)))) - (?= (face (variable-pitch bold) display (height (+ 3)))) - (?- (face (variable-pitch bold) display (height (+ 2))))) - "*Alist of face or list of faces to use for pseudo-underlined titles. -The alist key is the character the title is underlined with (?*, ?= or ?-)." - :type '(repeat (list character face face)) - :group 'info) - (defun Info-fontify-node () (save-excursion (let ((buffer-read-only nil)