+2000-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * poe-18.el (numberp, mod): Removed.
+
2000-12-21 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
* mcharset.el (default-mime-charset-for-write): Require `pces' for
;;; @@ Floating point numbers.
;;;
-(defalias-maybe 'numberp 'integerp)
-
(defun abs (arg)
"Return the absolute value of ARG."
(if (< arg 0) (- arg) arg))
(- (/ (- divisor 1 arg) divisor))
(/ arg divisor)))
-(defalias-maybe 'mod '%)
-
;;; @ Basic lisp subroutines.
;;;