1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-03 02:36:19 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 1999-09-11 15:18:55 +00:00
parent e1f20ec6ad
commit 0ce204b054

11
NEWS
View file

@ -8,6 +8,17 @@ Changes since Guile 1.3.2:
* Changes to Scheme functions and syntax
** Readline support has changed again.
The old (readline-activator) module is gone. Use (ice-9 readline)
instead, which now contains all readline functionality. So the code
to activate readline is now
(use-modules (ice-9 readline))
(activate-readline)
This should work at any time, including from the guile prompt.
** Hooks
*** New function: hook? OBJ