From: yoichi Date: Tue, 29 Apr 2003 16:22:24 +0000 (+0000) Subject: std11.el (std11-field-end): Fix the last change. X-Git-Tag: flim-1_14_6~16 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a5294ff6cb5a0743b4a02954cc77b0beedba245f;p=elisp%2Fflim.git std11.el (std11-field-end): Fix the last change. --- 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)