]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-emphasis-alist): Use nth, not caddr.
authorKarl Heuer <kwzh@gnu.org>
Sun, 12 Apr 1998 18:13:34 +0000 (18:13 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sun, 12 Apr 1998 18:13:34 +0000 (18:13 +0000)
lisp/gnus/gnus-art.el

index 6f3b9d00a23c76efb01e9e342fe922f0234d441d..1df219fab65783d7f485c0ce52be82774809a11b 100644 (file)
@@ -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: