From a5294ff6cb5a0743b4a02954cc77b0beedba245f Mon Sep 17 00:00:00 2001 From: yoichi Date: Tue, 29 Apr 2003 16:22:24 +0000 Subject: [PATCH] std11.el (std11-field-end): Fix the last change. --- std11.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/std11.el b/std11.el index f82c641..9227ad0 100644 --- a/std11.el +++ b/std11.el @@ -43,8 +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) -- 1.7.10.4