instead of `beginning-of-buffer'.
+2002-08-26 TAKAHASHI Kaoru <kaoru@kaisei.org>
+
+ * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
+ instead of `beginning-of-buffer'.
+
2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
* wl-xmas.el (wl-message-wheel-down): Fix parentheses.
(interactive)
(if (not (file-exists-p wl-x-face-file))
(error "File %s does not exist" wl-x-face-file)
- (beginning-of-buffer)
+ (goto-char (point-min))
(search-forward mail-header-separator nil t)
(beginning-of-line)
(wl-draft-insert-x-face-field-here)