* nix <nix(a)esperi.org.uk> writes:
+ (if (= value 0)
+ (setq value itimer-short-interval))
Would it be any better (or make any difference) if this was written
as:
,----
| (when (zerop value)
| (setq value itimer-short-interval))
`----
--
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
| In space, |
| No one can hear you rip a stinky |
|------------------------------------<steve(a)sxemacs.org>---|