(gnus-emphasis-alist): Use `car' and `cdr' instead of `cadr'.
authoryamaoka <yamaoka>
Tue, 30 Nov 1999 06:17:11 +0000 (06:17 +0000)
committeryamaoka <yamaoka>
Tue, 30 Nov 1999 06:17:11 +0000 (06:17 +0000)
lisp/gnus-art.el

index c0f2d72..20a2ea8 100644 (file)
@@ -245,7 +245,7 @@ asynchronously.      The compressed face will be piped to this command."
       ,@(mapcar
         (lambda (spec)
           (list
-           (format format (car spec) (cadr spec))
+           (format format (car spec) (car (cdr spec)))
            2 3 (intern (format "gnus-emphasis-%s" (nth 2 spec)))))
         types)))
   "*Alist that says how to fontify certain phrases.