From 8520b9bf5557c4f8d5a0106f3122fe056e20dd88 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 26 Aug 1997 06:29:12 +0000 Subject: [PATCH] (gnus-emphasis-alist): Don't use caddr. --- lisp/gnus/gnus-art.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 239d6f23043..5430fd7afb5 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -191,7 +191,7 @@ asynchronously. The compressed face will be piped to this command." (lambda (spec) (list (format format (car spec) (cadr spec)) - 2 3 (intern (format "gnus-emphasis-%s" (caddr spec))))) + 2 3 (intern (format "gnus-emphasis-%s" (car (cddr spec)))))) types))) "Alist that says how to fontify certain phrases. Each item looks like this: -- 2.39.5