Mercurial > emacs
log
age | author | description |
---|---|---|
Tue, 10 Aug 1993 04:14:17 +0000 | Paul Eggert | (current-kill): Replace (% (+ N (- L K)) L) with (mod (- N K) L), |
Tue, 10 Aug 1993 04:14:17 +0000 | Paul Eggert | (timezone-fix-time, timezone-zone-to-minute): Simplify with `abs' |
Tue, 10 Aug 1993 04:14:17 +0000 | Paul Eggert | (vc-previous-comment): Use `mod', not `ring-mod'. |
Tue, 10 Aug 1993 04:14:17 +0000 | Paul Eggert | (Fmod): New function; result is always same sign as divisor. |