*** empty log message ***

This commit is contained in:
jjgarcia 2004-02-03 18:35:52 +00:00
parent 71f921ed39
commit e66f92fa45

View file

@ -1744,6 +1744,9 @@ ECL 0.9d
- In destructuring lambda lists, () or NIL is understood as an empty
list.
- (VALUES (FOO)) was compiled as a simple call (FOO), without
truncating the number of values output by the latter.
* Documentation:
- New manual page documents the scripting facilities of ECL