Synch to the flim-1_14 branch.
authoryamaoka <yamaoka>
Tue, 29 Apr 2003 22:42:34 +0000 (22:42 +0000)
committeryamaoka <yamaoka>
Tue, 29 Apr 2003 22:42:34 +0000 (22:42 +0000)
ChangeLog
std11.el

index e7b414f..42b18c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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):
index 246181f..9227ad0 100644 (file)
--- 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)