From 0547c2d4139ff60f83d1980409a25e33f9f82340 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 29 Apr 2003 22:42:34 +0000 Subject: [PATCH] Synch to the flim-1_14 branch. --- ChangeLog | 5 +++++ std11.el | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) 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) -- 1.7.10.4