diff lisp/info.el @ 13085:5be0696ddc1e

(Info-fontify-node): Fix previous change.
author Karl Heuer <kwzh@gnu.org>
date Mon, 25 Sep 1995 19:50:22 +0000
parents 805486dfbc82
children f25084d29719
line wrap: on
line diff
--- 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))