projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28f2458
)
std11.el (std11-field-end): Fix the last change.
author
yoichi
<yoichi>
Tue, 29 Apr 2003 16:22:24 +0000
(16:22 +0000)
committer
yoichi
<yoichi>
Tue, 29 Apr 2003 16:22:24 +0000
(16:22 +0000)
std11.el
patch
|
blob
|
history
diff --git
a/std11.el
b/std11.el
index
f82c641
..
9227ad0
100644
(file)
--- 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)