1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Mention `open-file' in NEWS.

This commit is contained in:
Ludovic Courtès 2013-04-10 07:52:36 +02:00
parent 800c094382
commit 7f74dcb4a5

6
NEWS
View file

@ -16,9 +16,9 @@ some mirrors may have picked it up. Please do not use it.
The following procedures that open files now support keyword arguments The following procedures that open files now support keyword arguments
to request binary I/O or to specify the character encoding for text to request binary I/O or to specify the character encoding for text
files: `open-input-file', `open-output-file', `call-with-input-file', files: `open-file', `open-input-file', `open-output-file',
`call-with-output-file', `with-input-from-file', `with-output-to-file', `call-with-input-file', `call-with-output-file', `with-input-from-file',
and `with-error-to-file'. `with-output-to-file', and `with-error-to-file'.
It is also now possible to specify whether Guile should scan files for It is also now possible to specify whether Guile should scan files for
Emacs-style coding declarations. This scan was done by default in Emacs-style coding declarations. This scan was done by default in