]> git.eshelyaron.com Git - emacs.git/commitdiff
`mod' is no longer an alias for `%'.
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)
lisp/emacs-lisp/bytecomp.el
lisp/subr.el

index 1bf1b87803992b7648cda0d5b99a932869c4f861..19efb5db0854c5e9923f971f14080650b3bed6dd 100644 (file)
@@ -2155,7 +2155,6 @@ If FORM is a lambda or a macro, byte-compile it as a function."
 (byte-defop-compiler19 buffer-substring        2)
 (byte-defop-compiler19 delete-region   2)
 (byte-defop-compiler19 narrow-to-region        2)
-(byte-defop-compiler19 (mod byte-rem)  2)
 (byte-defop-compiler19 (% byte-rem)    2)
 (byte-defop-compiler aset              3)
 
@@ -3049,7 +3048,6 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'."
   (kill-emacs 0))
 
 
-(make-obsolete 'mod '%)
 (make-obsolete 'dot 'point)
 (make-obsolete 'dot-max 'point-max)
 (make-obsolete 'dot-min 'point-min)
index e5f4189ebcbff8089154caf52d42161c1827b062..3b0f31bdc101b0ce85128bae2e53b7ec45b01e91 100644 (file)
@@ -419,13 +419,6 @@ as returned by the `event-start' and `event-end' functions."
 (defalias 'eval-current-buffer 'eval-buffer)
 (defalias 'compiled-function-p 'byte-code-function-p)
 
-;;; This name isn't mentioned in the manual, and we've been hoping to
-;;; phase it out, but there's still a lot of code out there, even for
-;;; Emacs 18.59, which uses mod.  I'm going to let the byte compiler's
-;;; make-obsolete function to poke people a little more, and leave the
-;;; `mod' name around for a while longer.
-(defalias 'mod '%)
-
 ;; Some programs still use this as a function.
 (defun baud-rate ()
   "Obsolete function returning the value of the `baud-rate' variable.