# HG changeset patch # User Karl Heuer # Date 812058622 0 # Node ID 5be0696ddc1edbdaf0a960de2d33219f03a71a38 # Parent 805486dfbc8257c6f9cb48298522b7353df25c0d (Info-fontify-node): Fix previous change. diff -r 805486dfbc82 -r 5be0696ddc1e lisp/info.el --- a/lisp/info.el Mon Sep 25 18:58:51 1995 +0000 +++ b/lisp/info.el Mon Sep 25 19:50:22 1995 +0000 @@ -1771,7 +1771,7 @@ 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))