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:
a75fa85
)
(mime-delete-field): Use `std11-field-end'.
author
shuhei-k
<shuhei-k>
Mon, 5 Apr 1999 15:44:33 +0000
(15:44 +0000)
committer
shuhei-k
<shuhei-k>
Mon, 5 Apr 1999 15:44:33 +0000
(15:44 +0000)
mime-edit.el
patch
|
blob
|
history
diff --git
a/mime-edit.el
b/mime-edit.el
index
cc66009
..
1f1fd45
100644
(file)
--- a/
mime-edit.el
+++ b/
mime-edit.el
@@
-2168,8
+2168,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
;;;