Some time ago, Andreas Jaeger wrote...
|+
| +++ src/specifier.c Sun Apr 26 14:45:24 1998
|
| -/* #### The purpose of this is to check for inheritance loops
| - in specifiers that can inherit from other specifiers, but it's
| - not yet implemented.
| -
| - #### Look into this for 19.14. */
| -static Lisp_Object_dynarr current_specifiers;
| -
|-
May we please have that in? It maybe a good idea to comment the
declaration, not remove it. Comments about still unimplemented feature
should not be removed, until we have strong evidence that this feature
is not needed.
Kirill