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:
a67fb2b
)
(mu-cite-original): Allow nil as a value of
author
tomo
<tomo>
Mon, 13 Jun 2005 18:19:36 +0000
(18:19 +0000)
committer
tomo
<tomo>
Mon, 13 Jun 2005 18:19:36 +0000
(18:19 +0000)
`mu-cite-cited-prefix-regexp'.
mu-cite.el
patch
|
blob
|
history
diff --git
a/mu-cite.el
b/mu-cite.el
index
1221711
..
ed4461b
100644
(file)
--- a/
mu-cite.el
+++ b/
mu-cite.el
@@
-364,7
+364,8
@@
function according to the agreed upon standard."
(insert top)
(setq last-point (point))
(while (< (point)(mark t))
- (or (looking-at mu-cite-cited-prefix-regexp)
+ (or (and mu-cite-cited-prefix-regexp
+ (looking-at mu-cite-cited-prefix-regexp))
(insert prefix))
(forward-line 1))
(goto-char last-point))