From: yamaoka Date: Wed, 11 Aug 2004 22:32:28 +0000 (+0000) Subject: Synch to flim-1_14. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8fc1a45ecbe1cc6a4dbcaa251245fd293c828373;p=elisp%2Fflim.git Synch to flim-1_14. --- diff --git a/ChangeLog b/ChangeLog index 3761902..fa0da92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-08-11 Katsumi Yamaoka + * smtp.el (smtp-parse-progress-message-format): Fix regexp usage. + +2004-08-11 Katsumi Yamaoka + * smtp.el (smtp-progress-message-format): New user option. (smtp-primitive-data): Show progress message. (smtp-parse-progress-message-format): New function. diff --git a/smtp.el b/smtp.el index 6e86626..b3d83e0 100644 --- a/smtp.el +++ b/smtp.el @@ -795,10 +795,7 @@ nil, the symbols `b', `k' and `l'." (point-max)))))) nil nil format)) (setq index (1+ (match-end 0)) - format (replace-match (concat "%%" - (or (match-string 1 format) - (match-string 2 format))) - nil nil format)))) + format (replace-match "%\\&" nil nil format)))) (cons format type)))) (defun smtp-show-progress-message (def prev)