From: Karl Heuer Date: Mon, 25 Sep 1995 19:50:22 +0000 (+0000) Subject: (Info-fontify-node): Fix previous change. X-Git-Tag: emacs-19.34~2775 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e518b7db644c7656aadf9a298f3e88b3ff6ab35;p=emacs.git (Info-fontify-node): Fix previous change. --- 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))