# HG changeset patch # User Richard M. Stallman # Date 738952254 0 # Node ID a8401c78dadc635043efef4f683c14caf2c856e7 # Parent ba08053a354a0923c8d4cd14aac2d7534fedef7f (cl-mod): Renamed from mod. diff -r ba08053a354a -r a8401c78dadc lisp/=cl.el --- a/lisp/=cl.el Tue Jun 01 15:56:29 1993 +0000 +++ b/lisp/=cl.el Tue Jun 01 16:30:54 1993 +0000 @@ -1804,7 +1804,7 @@ ;;; These two functions access the implementation-dependent representation of ;;; the multiple value returns. -(defun mod (number divisor) +(defun cl-mod (number divisor) "Return remainder of X by Y (rounding quotient toward minus infinity). That is, the remainder goes with the quotient produced by `cl-floor'. Emacs Lisp hint: