(mime-display-text/plain): Must rename `mime-browse-add-url-button' to
authormorioka <morioka>
Thu, 25 Jun 1998 13:54:17 +0000 (13:54 +0000)
committermorioka <morioka>
Thu, 25 Jun 1998 13:54:17 +0000 (13:54 +0000)
`mime-add-url-buttons'.

mime-text.el

index 60e9625..d0860d2 100644 (file)
@@ -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)
     ))