even in case of existence of invisible header.
+2003-04-30 Yoichi NAKAYAMA <yoichi@geiin.org>
+
+ * std11.el (std11-field-end): Return end of field correctly
+ even in case of existence of invisible header.
+
2003-02-05 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
* eword-encode.el (mime-encode-header-in-buffer):
(goto-char (match-beginning 0))
(if (re-search-forward "^$" bound t)
(goto-char (1- (match-beginning 0)))
- (end-of-line)
- ))
- (point)
- )
+ (end-of-line))
+ (point)))
;;;###autoload
(defun std11-fetch-field (name)