/[guile]/guile/guile-core/ice-9/boot-9.scm
ViewVC logotype

Diff of /guile/guile-core/ice-9/boot-9.scm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.278 by ttn, Tue Feb 26 10:57:54 2002 UTC revision 1.279 by mvo, Thu May 9 19:36:30 2002 UTC
# Line 599  Line 599 
599        (putenv (string-append name "=" value))        (putenv (string-append name "=" value))
600        (putenv name)))        (putenv name)))
601    
602    (define (unsetenv name)
603      "Remove the entry for NAME from the environment."
604      (putenv name))
605    
606    
607  ;;; {Load Paths}  ;;; {Load Paths}
608  ;;;  ;;;

Legend:
Removed from v.1.278  
changed lines
  Added in v.1.279

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26