(current-kill): Replace (% (+ N (- L K)) L) with (mod (- N K) L),
authorPaul Eggert <eggert@twinsun.com>
Tue, 10 Aug 1993 04:14:17 +0000 (04:14 +0000)
committerPaul Eggert <eggert@twinsun.com>
Tue, 10 Aug 1993 04:14:17 +0000 (04:14 +0000)
commit47096a67ef28ca9cdc0d9612a9f846c76eaf55e4
treef9cfb0cbc5353fad8da54abd662a2c5e183757ae
parent9b1868cc53647203c645f1633fb71e53c5f74334
(current-kill): Replace (% (+ N (- L K)) L) with (mod (- N K) L),
which is simpler.
lisp/simple.el