* std11.el (std11-field-end): Return end of field correctly
[elisp/flim.git] / std11.el
index 246181f..f82c641 100644 (file)
--- a/std11.el
+++ b/std11.el
@@ -43,10 +43,8 @@ The optional argument BOUNDs the search; it is a buffer position."
       (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)