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:
49a617c
)
Fix typo.
author
ueno
<ueno>
Tue, 31 Oct 2000 08:24:19 +0000
(08:24 +0000)
committer
ueno
<ueno>
Tue, 31 Oct 2000 08:24:19 +0000
(08:24 +0000)
mime-edit.el
patch
|
blob
|
history
diff --git
a/mime-edit.el
b/mime-edit.el
index
027eeb5
..
fd7e633
100644
(file)
--- a/
mime-edit.el
+++ b/
mime-edit.el
@@
-1216,7
+1216,7
@@
If nothing is inserted, return nil."
(goto-char (1- end))
(eq (following-char) ?\n))
(setq end (1- end))))
- (put-text-property start end mime-edit-invisible t))
+ (put-text-property start end 'mime-edit-invisible t))
(defun mime-edit-invisible-p (pos)
(static-when (featurep 'xemacs)