macro-eval! removed
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Fri, 2 Jan 1998 16:43:37 +0000 (16:43 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Fri, 2 Jan 1998 16:43:37 +0000 (16:43 +0000)
NEWS

diff --git a/NEWS b/NEWS
index ad5599a..23aadba 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -101,6 +101,8 @@ Add STRING as the most recent line in the history used by the READLINE
 command.  READLINE does not add lines to the history itself; you must
 call ADD-HISTORY to make previous input available to the user.
 
+** macro-eval! is removed.  Use local-eval instead.
+
 ** Some magic has been added to the printer to better handle user
 written printing routines (like record printers, closure printers).