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:
cf58565
)
(mu-cite-original): Use `if' instead of `when'.
author
morioka
<morioka>
Tue, 20 Jul 1999 04:54:13 +0000
(
04:54
+0000)
committer
morioka
<morioka>
Tue, 20 Jul 1999 04:54:13 +0000
(
04:54
+0000)
mu-cite.el
patch
|
blob
|
history
diff --git
a/mu-cite.el
b/mu-cite.el
index
a60c8de
..
7d30ae9
100644
(file)
--- a/
mu-cite.el
+++ b/
mu-cite.el
@@
-307,8
+307,8
@@
function according to the agreed upon standard."
(interactive)
(mu-cite-make-methods)
(save-restriction
- (when (< (mark t) (point))
- (exchange-point-and-mark))
+ (if (< (mark t) (point))
+ (exchange-point-and-mark))
(narrow-to-region (point)(point-max))
(run-hooks 'mu-cite-pre-cite-hook)
(let ((last-point (point))