From: morioka Date: Tue, 10 Mar 1998 05:25:28 +0000 (+0000) Subject: tm 7.90. X-Git-Tag: tm-7_93 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8e0b20fded1f9d787b593491bc7dbdc4363419a1;p=elisp%2Fmu-cite.git tm 7.90. --- diff --git a/mu-cite.el b/mu-cite.el index afb6a7c..09dcca8 100644 --- a/mu-cite.el +++ b/mu-cite.el @@ -6,7 +6,7 @@ ;; MINOURA Makoto ;; Shuhei KOBAYASHI ;; Maintainer: Shuhei KOBAYASHI -;; Version: $Revision: 7.41 $ +;; Version: $Revision: 7.42 $ ;; Keywords: mail, news, citation ;; This file is part of tl (Tiny Library). @@ -54,7 +54,7 @@ ;;; (defconst mu-cite/RCS-ID - "$Id: mu-cite.el,v 7.41 1996/10/01 13:32:08 morioka Exp $") + "$Id: mu-cite.el,v 7.42 1996/10/03 06:44:24 morioka Exp $") (defconst mu-cite/version (get-version-string mu-cite/RCS-ID)) @@ -420,7 +420,10 @@ function according to the agreed upon standard." (ret (string-compare-from-top str1 str2)) ) (if ret - (nth 1 ret) + (let ((prefix (nth 1 ret))) + (if (string-match cited-prefix-regexp prefix) + (substring prefix 0 (match-end 0)) + prefix)) (goto-char (point-min)) (if (re-search-forward cited-prefix-regexp nil t) (buffer-substring (match-beginning 0) (match-end 0))