[net.emacs] CCAEmacs Feature or Bug

martillo@mit-athena.ARPA (Joaquim Martillo) (12/06/84)

CCAEmacs Elisp evaluates the following forms:

	(- a b)
	(/ a b)

as

	b - a
	a / b.

This seems like a bug to me.