summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2012-01-30 11:02:29 -0500
committerMark H Weaver <mhw@netris.org>2012-01-30 11:02:29 -0500
commit07c2ca0f0d56ebe515cb4ee9f1c3f4b3e824ca7b (patch)
tree119fbc9dca52f063b6376d55e6fd780eded56fc2 /NEWS
parent741b8a2300ef329cf5691a3c35b920df68f093e2 (diff)
downloadguile-07c2ca0f0d56ebe515cb4ee9f1c3f4b3e824ca7b.tar.gz
Rename scm_call_varargs -> scm_call
* libguile/eval.c, libguile/eval.h, doc/ref/api-evaluation.texi, test-suite/standalone/test-loose-ends.c, NEWS: Rename scm_call_varargs -> scm_call Suggested by Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index df5a4f8b0..0edcef75c 100644
--- a/NEWS
+++ b/NEWS
@@ -136,7 +136,7 @@ Reflection", "Syntax Transformer Helpers", and "Local Inclusion".
** New print option: `escape-newlines', defaults to #t.
** (ice-9 ftw): `file-system-fold', `file-system-tree', `scandir'
** `scm_c_value_ref': access to multiple returned values from C
-** scm_call_7, scm_call_8, scm_call_9, and scm_call_varargs
+** scm_call (a varargs version), scm_call_7, scm_call_8, scm_call_9
** Some new syntax helpers in (system syntax)
Search the manual for these identifiers and modules, for more.