From cc6c8443612ddedae81e6d6ad5e26ec377475983 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 18 Jul 2000 12:59:17 +0000 Subject: [PATCH] (Info-title-face-alist): Removed. --- lisp/info.el | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lisp/info.el b/lisp/info.el index e19bd77ca87..80d1c3a05fe 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -2285,15 +2285,6 @@ the variable `Info-file-list-for-emacs'." "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) -- 2.39.2