[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Two incompatible changes in system 91
- To: info-lispm-mit at MIT-OZ
- Subject: Two incompatible changes in system 91
- From: Richard M. Stallman <RMS at MIT-OZ>
- Date: Fri ,17 Dec 82 06:55:00 EDT
Users should note that, starting in 91.16,
(LOGIN user host T)
means DO NOT load the init file.
(LOGIN user host NIL)
means do load the init file. (NIL is the default).
This is to be compatible with (LOGIN user T).
Also, the arguments to APROPOS are now keyword arguments,
except for the first one (the substring).
For example,
(APROPOS "FOO" ':PACKAGE "ZWEI" ':PREDICATE 'FBOUNDP)