From: yamaoka Date: Thu, 5 Aug 1999 05:39:08 +0000 (+0000) Subject: (detect-paragraph-cited-prefix): Use `car' and `cdr' instead of `cadr'. X-Git-Tag: mu-cite-8_0~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=67853cab06844c1bcfd05474684c540dba379955;p=elisp%2Fmu-cite.git (detect-paragraph-cited-prefix): Use `car' and `cdr' instead of `cadr'. --- diff --git a/mu-cite.el b/mu-cite.el index 19334ed..f798482 100644 --- a/mu-cite.el +++ b/mu-cite.el @@ -446,7 +446,7 @@ TABLE defaults to the current buffer's category table." (setq prefix (if (stringp ret) ret - (cadr ret))) + (car (cdr ret)))) (setq i (1+ i))) (cond ((> i 1) prefix) ((> i 0)