+2000-12-15 Daiki Ueno <ueno@unixuser.org>
+
+ * smtp.el (smtp-send-buffer): Pass the BUFFER argument.
+
2000-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
* smtp.el: Require `pcustom' instead of `custom'.
(get-buffer-create
(format "*trace of SMTP session to %s*" server)))
(erase-buffer)
- (buffer-disable-undo)
+ (buffer-disable-undo (current-buffer))
(unless (smtp-find-connection (current-buffer))
(smtp-open-connection (current-buffer) server smtp-service))
(make-local-variable 'smtp-read-point)