Mercurial > emacs
annotate FTP @ 81717:f81d25630552
(math-bignum-logb-digit-size,math-bignum-digit-power-of-two): New
constants.
(math-and-bignum,math-or-bignum,math-xor-bignum,math-diff-bignum)
(math-not-bignum,math-clip-bignum): Use the constants
math-bignum-digit-power-of-two and math-bignum-logb-digit-size instead
of their values.
(math-clip): Use math-small-integer-size instead of its value.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Fri, 06 Jul 2007 02:38:08 +0000 |
parents | 5e1b6a63ac46 |
children |
rev | line source |
---|---|
77212
5e1b6a63ac46
Replace with a pointer to the web version.
Glenn Morris <rgm@gnu.org>
parents:
69701
diff
changeset
|
1 For information about how to obtain GNU Emacs and other GNU software |
5e1b6a63ac46
Replace with a pointer to the web version.
Glenn Morris <rgm@gnu.org>
parents:
69701
diff
changeset
|
2 by FTP, please see <http://www.gnu.org/order/ftp.html>. |
33648 | 3 |
77212
5e1b6a63ac46
Replace with a pointer to the web version.
Glenn Morris <rgm@gnu.org>
parents:
69701
diff
changeset
|
4 Information about Emacs is also available at |
5e1b6a63ac46
Replace with a pointer to the web version.
Glenn Morris <rgm@gnu.org>
parents:
69701
diff
changeset
|
5 <http://www.gnu.org/software/emacs/>. |
33648 | 6 |