From c2a2ac1a7cc60953e9dc2830f11cb896e285260a Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sun, 12 Apr 1998 18:13:34 +0000 Subject: [PATCH] (gnus-emphasis-alist): Use nth, not 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 6f3b9d00a23..1df219fab65 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" (nth 2 spec))))) types))) "Alist that says how to fontify certain phrases. Each item looks like this: -- 2.39.2