From 2e518b7db644c7656aadf9a298f3e88b3ff6ab35 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 25 Sep 1995 19:50:22 +0000 Subject: [PATCH] (Info-fontify-node): Fix previous change. --- lisp/info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/info.el b/lisp/info.el index 8c3e591c65b..4019d235a76 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -1771,7 +1771,7 @@ The alist key is the character the title is underlined with (?*, ?= or ?-).") nil t) (put-text-property (match-beginning 1) (match-end 1) 'face - (assq (preceding-char) Info-title-face-alist)) + (cdr (assq (preceding-char) Info-title-face-alist))) (put-text-property (match-end 1) (match-end 2) 'invisible t)) (goto-char (point-min)) -- 2.39.2