From: Gerd Moellmann Date: Tue, 18 Jul 2000 12:59:17 +0000 (+0000) Subject: (Info-title-face-alist): Removed. X-Git-Tag: emacs-pretest-21.0.90~2765 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cc6c8443612ddedae81e6d6ad5e26ec377475983;p=emacs.git (Info-title-face-alist): Removed. --- 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)