]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-title-face-alist): Removed.
authorGerd Moellmann <gerd@gnu.org>
Tue, 18 Jul 2000 12:59:17 +0000 (12:59 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 18 Jul 2000 12:59:17 +0000 (12:59 +0000)
lisp/info.el

index e19bd77ca875627f901e46cacd939f100825ee7d..80d1c3a05fe83f0651302292684343eb41d8ca3c 100644 (file)
@@ -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)