From: Karl Heuer Date: Sun, 12 Apr 1998 18:13:34 +0000 (+0000) Subject: (gnus-emphasis-alist): Use nth, not caddr. X-Git-Tag: emacs-20.3~1588 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c2a2ac1a7cc60953e9dc2830f11cb896e285260a;p=emacs.git (gnus-emphasis-alist): Use nth, not caddr. --- 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: