projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d91d476
)
* Sync up with the latest semi-1_13.
author
yamaoka
<yamaoka>
Mon, 5 Apr 1999 22:13:41 +0000
(22:13 +0000)
committer
yamaoka
<yamaoka>
Mon, 5 Apr 1999 22:13:41 +0000
(22:13 +0000)
ChangeLog
patch
|
blob
|
history
mime-edit.el
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
1ceb519
..
ad8cdce
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+1999-04-06 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
+
+ * mime-edit.el (mime-delete-field): Use `std11-field-end'.
+
1999-04-05 Katsumi Yamaoka <yamaoka@jpl.org>
* mime-pgp.el (mime-pgp-parse-verify-error-for-pgp,
diff --git
a/mime-edit.el
b/mime-edit.el
index
077a5c1
..
236daf0
100644
(file)
--- a/
mime-edit.el
+++ b/
mime-edit.el
@@
-2172,8
+2172,7
@@
Content-Transfer-Encoding: 7bit
(goto-char (point-min))
(while (re-search-forward regexp nil t)
(delete-region (match-beginning 0)
- (progn (forward-line 1) (point)))
- )))
+ (1+ (std11-field-end))))))
\f
;;;