From: yamaoka Date: Tue, 29 Apr 2003 22:42:34 +0000 (+0000) Subject: Synch to the flim-1_14 branch. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0547c2d4139ff60f83d1980409a25e33f9f82340;p=elisp%2Fflim.git Synch to the flim-1_14 branch. --- diff --git a/ChangeLog b/ChangeLog index e7b414f..42b18c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-04-30 Yoichi NAKAYAMA + + * std11.el (std11-field-end): Return end of field correctly + even in case of existence of invisible header. + 2003-02-05 Yoichi NAKAYAMA * eword-encode.el (mime-encode-header-in-buffer): diff --git a/std11.el b/std11.el index 246181f..9227ad0 100644 --- a/std11.el +++ b/std11.el @@ -44,9 +44,7 @@ The optional argument BOUNDs the search; it is a buffer position." (if (re-search-forward "^$" bound t) (goto-char (1- (match-beginning 0))) (end-of-line) - )) - (point) - ) + (point)))) ;;;###autoload (defun std11-fetch-field (name)