Tue, 10 Aug 1993 04:14:17 +0000 |
Paul Eggert |
(gnus-caesar-region): Replace `%' by `mod' and simplify.
|
Tue, 10 Aug 1993 04:14:17 +0000 |
Paul Eggert |
(calendar-/, calendar-%): Remove, since floor and mod
|
Tue, 10 Aug 1993 04:14:17 +0000 |
Paul Eggert |
solar-mod -> mod
|
Tue, 10 Aug 1993 04:14:17 +0000 |
Paul Eggert |
(siolar-mode): Remove, since mod now subsumes it. ALl callers changed.
|
Tue, 10 Aug 1993 04:14:17 +0000 |
Paul Eggert |
`mod' is no longer an alias for `%'.
|
Tue, 10 Aug 1993 04:14:17 +0000 |
Paul Eggert |
(floor*): Use `floor' instead of doing most the work ourselves.
|
Tue, 10 Aug 1993 04:14:17 +0000 |
Paul Eggert |
(ring-mod): Remove, since floor and mod
|
Tue, 10 Aug 1993 04:14:17 +0000 |
Paul Eggert |
Remove, since floor and mod
|
Tue, 10 Aug 1993 04:14:17 +0000 |
Paul Eggert |
(abs, ceiling, floor): Remove, since they now redefine
|
Tue, 10 Aug 1993 04:14:17 +0000 |
Paul Eggert |
ring-mod -> mod
|
Tue, 10 Aug 1993 04:14:17 +0000 |
Paul Eggert |
(isearch-ring-adjust1, isearch-ring-advance-edit): Replace `%' by `mod' and simplify.
|
Tue, 10 Aug 1993 04:14:17 +0000 |
Paul Eggert |
(current-kill): Replace (% (+ N (- L K)) L) with (mod (- N K) L),
|