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:
02d34e6
)
* mime-edit.el (mime-edit-normalize-body): Use
author
ueno
<ueno>
Sun, 6 May 2001 08:02:39 +0000
(08:02 +0000)
committer
ueno
<ueno>
Sun, 6 May 2001 08:02:39 +0000
(08:02 +0000)
`remove-text-properties' instead of `visible-region'.
mime-edit.el
patch
|
blob
|
history
diff --git
a/mime-edit.el
b/mime-edit.el
index
428ded0
..
f665573
100644
(file)
--- a/
mime-edit.el
+++ b/
mime-edit.el
@@
-2025,7
+2025,7
@@
Content-Transfer-Encoding: 7bit
(or (looking-at mime-edit-beginning-tag-regexp)
(eobp)
(insert (mime-make-text-tag) "\n")))
- (visible-region beg end)
+ (remove-text-properties beg end '(invisible mime-edit-invisible))
(goto-char beg))
(cond
((mime-test-content-type contype "message")