From 7f74dcb4a5439bb2247875f458b5f0a20710af07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 10 Apr 2013 07:52:36 +0200 Subject: [PATCH] Mention `open-file' in NEWS. --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 3b75de627..59133019d 100644 --- a/NEWS +++ b/NEWS @@ -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 to request binary I/O or to specify the character encoding for text -files: `open-input-file', `open-output-file', `call-with-input-file', -`call-with-output-file', `with-input-from-file', `with-output-to-file', -and `with-error-to-file'. +files: `open-file', `open-input-file', `open-output-file', +`call-with-input-file', `call-with-output-file', `with-input-from-file', +`with-output-to-file', and `with-error-to-file'. It is also now possible to specify whether Guile should scan files for Emacs-style coding declarations. This scan was done by default in