guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Typo in NEWS


From: Matthias Koeppe
Subject: Typo in NEWS
Date: Wed, 25 Jul 2001 10:37:05 +0200

It's `fluid-set!', not `fluid-set'.

Index: NEWS
===================================================================
RCS file: /cvs/guile/guile-core/NEWS,v
retrieving revision 1.311
diff -u -u -r1.311 NEWS
--- NEWS        2001/07/19 17:46:58     1.311
+++ NEWS        2001/07/25 08:35:17
@@ -47,7 +47,7 @@
 For safety reasons, #. evaluation is disabled by default.  To
 re-enable it, set the fluid read-eval? to #t.  For example:
 
-  (fluid-set read-eval? #t)
+  (fluid-set! read-eval? #t)
 
 but make sure you realize the potential security risks involved.  With
 read-eval?  enabled, reading a data file from an untrusted source can

-- 
Matthias Köppe -- http://www.math.uni-magdeburg.de/~mkoeppe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]