(detect-paragraph-cited-prefix): Use `cadr' instead of `second'.
authormorioka <morioka>
Tue, 14 Jul 1998 07:57:33 +0000 (07:57 +0000)
committermorioka <morioka>
Tue, 14 Jul 1998 07:57:33 +0000 (07:57 +0000)
mu-cite.el

index b58f22a..34b3d3d 100644 (file)
@@ -425,7 +425,7 @@ function according to the agreed upon standard."
        (setq prefix
              (if (stringp ret)
                  ret
-               (second ret)))
+               (cadr ret)))
        (setq i (1+ i))
        )
       (cond ((> i 1) prefix)