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:
506666c
)
(mime-display-text/plain): Must rename `mime-browse-add-url-button' to
author
morioka
<morioka>
Thu, 25 Jun 1998 13:54:17 +0000
(13:54 +0000)
committer
morioka
<morioka>
Thu, 25 Jun 1998 13:54:17 +0000
(13:54 +0000)
`mime-add-url-buttons'.
mime-text.el
patch
|
blob
|
history
diff --git
a/mime-text.el
b/mime-text.el
index
60e9625
..
d0860d2
100644
(file)
--- a/
mime-text.el
+++ b/
mime-text.el
@@
-63,7
+63,7
@@
SITUATION. It must be symbol."
(if (not (eq (char-after (1- (point))) ?\n))
(insert "\n")
)
- (mime-browse-add-url-buttons)
+ (mime-add-url-buttons)
(run-hooks 'mime-display-text/plain-hook)
))