From d62cbed80c525f1a0d588d06c30023a2bcd5c3a0 Mon Sep 17 00:00:00 2001 From: shuhei Date: Sun, 22 Apr 2001 05:31:27 +0000 Subject: [PATCH] Fixed comments. --- mime-parse.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mime-parse.el b/mime-parse.el index 9cebfda..6b6cb74 100644 --- a/mime-parse.el +++ b/mime-parse.el @@ -6,7 +6,7 @@ ;; Shuhei KOBAYASHI ;; Keywords: parse, MIME, multimedia, mail, news -;; This file is part of SEMI (Spadework for Emacs MIME Interfaces). +;; This file is part of FLIM (Faithful Library about Internet Message). ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -284,7 +284,7 @@ property of the decoded-value." dest) params (cdr params))) (setq params (cdr params))) - ;; decode and concat parameters. + ;; concat and decode parameters. (while eparams (setq dest (cons (cons (car (car eparams)) ; attribute (mime-decode-parameter-value -- 1.7.10.4