diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-04-10 07:52:36 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-04-10 07:52:36 +0200 |
commit | 7f74dcb4a5439bb2247875f458b5f0a20710af07 (patch) | |
tree | 8dfbd42cc0f73eb49e09bc15e1da0687e89e29f8 | |
parent | 800c094382c2e506c46c6e98e7b867d3df2e066f (diff) | |
download | guile-2.0.9.tar.gz |
Mention `open-file' in NEWS.v2.0.9
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |