(mu-cite-original): Use `if' instead of `when'.
authormorioka <morioka>
Tue, 20 Jul 1999 04:54:13 +0000 (04:54 +0000)
committermorioka <morioka>
Tue, 20 Jul 1999 04:54:13 +0000 (04:54 +0000)
mu-cite.el

index a60c8de..7d30ae9 100644 (file)
@@ -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))