From: morioka Date: Tue, 20 Jul 1999 04:54:13 +0000 (+0000) Subject: (mu-cite-original): Use `if' instead of `when'. X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fmu-cite.git;a=commitdiff_plain;h=466cb22fcdf412dbc67218733cd6552a14ceeb71 (mu-cite-original): Use `if' instead of `when'. --- diff --git a/mu-cite.el b/mu-cite.el index a60c8de..7d30ae9 100644 --- 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))