From 99eff755cfff38eb47df9f0f66046aa83bf2fecd Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 14 Jul 1998 07:57:33 +0000 Subject: [PATCH] (detect-paragraph-cited-prefix): Use `cadr' instead of `second'. --- mu-cite.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu-cite.el b/mu-cite.el index b58f22a..34b3d3d 100644 --- a/mu-cite.el +++ b/mu-cite.el @@ -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) -- 1.7.10.4