From: morioka Date: Tue, 10 Mar 1998 11:34:03 +0000 (+0000) Subject: tm 7.103. X-Git-Tag: tm-7_103 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=7058a18e761473801aa86a420dc5c2e57c47c008;p=elisp%2Fmu-cite.git tm 7.103. --- diff --git a/mu-cite.el b/mu-cite.el index 51bff27..0cae4f8 100644 --- a/mu-cite.el +++ b/mu-cite.el @@ -6,7 +6,7 @@ ;; MINOURA Makoto ;; Shuhei KOBAYASHI ;; Maintainer: Shuhei KOBAYASHI -;; Version: $Revision: 7.44 $ +;; Version: $Revision: 7.45 $ ;; Keywords: mail, news, citation ;; This file is part of MU (Message Utilities). @@ -54,7 +54,7 @@ ;;; (defconst mu-cite/RCS-ID - "$Id: mu-cite.el,v 7.44 1997/01/13 15:49:13 morioka Exp $") + "$Id: mu-cite.el,v 7.45 1997/01/31 12:31:20 morioka Exp $") (defconst mu-cite/version (get-version-string mu-cite/RCS-ID)) @@ -410,7 +410,10 @@ function according to the agreed upon standard." (progn (end-of-line)(point)))) (setq ret (string-compare-from-top prefix str)) ) - (setq prefix (second ret)) + (setq prefix + (if (stringp ret) + ret + (second ret))) (setq i (1+ i)) ) (cond ((> i 1) prefix)