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:
06533c1
)
(detect-paragraph-cited-prefix): Don't use `incf'.
author
morioka
<morioka>
Tue, 20 Jul 1999 05:05:21 +0000
(
05:05
+0000)
committer
morioka
<morioka>
Tue, 20 Jul 1999 05:05:21 +0000
(
05:05
+0000)
mu-cite.el
patch
|
blob
|
history
diff --git
a/mu-cite.el
b/mu-cite.el
index
abf281f
..
eca66a6
100644
(file)
--- a/
mu-cite.el
+++ b/
mu-cite.el
@@
-384,7
+384,7
@@
TABLE defaults to the current buffer's category table."
(if (stringp ret)
ret
(cadr ret)))
- (incf i))
+ (setq i (1+ i)))
(cond ((> i 1) prefix)
((> i 0)
(goto-char (point-min))