Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.1 6/24/83; site mit-athena.ARPA
Path: utzoo!linus!decvax!mit-athena!martillo
From: martillo@mit-athena.ARPA (Joaquim Martillo)
Newsgroups: net.emacs
Subject: CCAEmacs Feature or Bug
Message-ID: <60@mit-athena.ARPA>
Date: Thu, 6-Dec-84 01:53:22 EST
Article-I.D.: mit-athe.60
Posted: Thu Dec  6 01:53:22 1984
Date-Received: Sun, 16-Dec-84 08:59:12 EST
Organization: MIT, Project Athena, Cambridge, Ma.
Lines: 12

CCAEmacs Elisp evaluates the following forms:

	(- a b)
	(/ a b)

as

	b - a
	a / b.

This seems like a bug to me.