conjugate of undeclared array



I was looking at a conjugate bug and noticed the following:

  (%i6) declare(e,imaginary)$

  (%i7) conjugate(e[x]);
  (%o7) -e[x]

 I'd like to  remove this undocumented feature before somebody decides 
that they like it.

Since  declare(e[x], imaginary),  doesn't work, a user will need to use a 
tellsimp rule to do things like conjugate(e[x]) --> -e[x].

I'm wobbly using git, but I've used git to build Maxima; the testsuite + 
share testsuite run with no errors after removing this
conjugate feature.

Comments?

--Barton