[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



(LINEL x n) now returns -m instead of m where m is the old value of linel
for that stream. eg,

	(LINEL TYO) => 78.
	(LINEL TYO 32.) => -78.
	(LINEL TYO 78.) => -32.

This didn't happen in Maclisp.2057 but does in 2122. I hope it's a bug.
-kmp