From: yamaoka Date: Tue, 29 Apr 2003 22:42:16 +0000 (+0000) Subject: Synch to the flim-1_14 branch. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f8fb8e6089054f61fdfd19e0f28f834b5b3cfdb3;p=elisp%2Fflim.git Synch to the flim-1_14 branch. --- diff --git a/ChangeLog b/ChangeLog index 8feaf65..0e259cb 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 32b930f..60fe7ac 100644 --- a/std11.el +++ b/std11.el @@ -46,9 +46,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)