annotate src/.arch-inventory @ 58546:87b2b810675b
(calc-flush-caches): Remove unnecessary variables.
(math-lud-cache, math-log2-cache, math-radix-digits-cache)
(math-radix-float-cache-tag, math-random-cache, math-max-digits-cache)
(math-integral-cache, math-units-table, math-format-date-cache)
(math-holidays-cache-tag): Declare them.
(math-moc-func): New variable.
(math-map-over-constants, math-map-over-constants-rec):
Replace variable func by declared variable.
author |
Jay Belanger <jay.p.belanger@gmail.com> |
date |
Fri, 26 Nov 2004 22:34:59 +0000 (2004-11-26) |
parents |
a0fc4f10d0cf |
children |
530650861e31 d1ccd8aa7b94 |
rev |
line source |
56026
|
1 # Source files which don't match the usual naming conventions, mostly dot files
|
|
2 source ^\.(gdbinit|dbxinit)$
|
|
3
|
|
4 # Auto-generated files, which ignore
|
55782
3c8e35fb94bb
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-345
Miles Bader <miles@gnu.org>
parents:
diff
changeset
|
5 precious ^(config\.stamp|config\.h|epaths\.h)$
|
3c8e35fb94bb
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-345
Miles Bader <miles@gnu.org>
parents:
diff
changeset
|
6
|
56043
|
7 backup ^(stamp-oldxmenu|prefix-args|temacs|emacs|emacs-[0-9.]*)$
|
|
8
|
55782
3c8e35fb94bb
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-345
Miles Bader <miles@gnu.org>
parents:
diff
changeset
|
9 # arch-tag: 277cc7ae-b3f5-44af-abf1-84c073164543
|