projects
/
elisp
/
mu-cite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b64b9d6
)
(detect-paragraph-cited-prefix): Use `line-beginning-position' and
author
morioka
<morioka>
Tue, 20 Jul 1999 05:09:37 +0000
(
05:09
+0000)
committer
morioka
<morioka>
Tue, 20 Jul 1999 05:09:37 +0000
(
05:09
+0000)
`line-end-position'.
mu-cite.el
patch
|
blob
|
history
diff --git
a/mu-cite.el
b/mu-cite.el
index
eca66a6
..
eb7ad2f
100644
(file)
--- a/
mu-cite.el
+++ b/
mu-cite.el
@@
-371,9
+371,8
@@
TABLE defaults to the current buffer's category table."
(goto-char (point-min))
(let ((i 0)
(prefix
- (buffer-substring
- (progn (beginning-of-line)(point))
- (progn (end-of-line)(point))))
+ (buffer-substring (line-beginning-position)
+ (line-end-position)))
str ret)
(while (and (= (forward-line) 0)
(setq str (buffer-substring