Most lisp object types are associated with a source file bearing its
name, eg. window.c or buffer.c. For consistency with this, I propose
the name change
elhash.c ==> hash-table.c
elhash.h ==> hash-table.h
The period before the next CVS move of 21.2 onto the trunk is the
perfect time to rename files, since CVS history will have an
unavoidable discontinuity anyways.
Similarly,
chartab.c ==> char-table.c
chartab.h ==> char-table.h
Martin