X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=std11.el;h=9227ad0cb20851e8273002b17946db2c934d1f41;hb=7bc924305433b4d7da1169e1f3779efdebb87d9d;hp=f82c64133c564e2feb3455018a6c66e06ef547b1;hpb=28f24587109365abe69c8bc963ecea412f70a9a6;p=elisp%2Fflim.git 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)