;;; compiled by roland@geech.gnu.ai.mit.edu on Wed Mar 31 16:14:41 1993
;;; from file /gd/gnu/emacs/19.0/lisp/env.el
;;; emacs version 19.0.509.
;;; bytecomp version FSF 2.08
;;; optimization is on.

(fset 'setenv #[(variable &optional value) "ÀÁ\n\"ƒ ÃÄ\n\"‡ÅÆ\nÁP!P	…b À	@\"ƒL \nË=ƒ; Ì@\"‚E Í\nÁ\nQ\"ˆË‰‚ A‰„ \nÁ\nQB‚ *‡" [string-match "=" variable error "Environment variable name `%s' contains `='" "\\`" regexp-quote process-environment scan pattern value nil delq setcar] 6 "\
Set the value of the environment variable named VARIABLE to VALUE.
VARIABLE should be a string.  VALUE is optional; if not provided or is
`nil', the environment variable VARIABLE will be removed.  
This function works by modifying `process-environment'." "sSet environment variable: \nsSet %s to value: "])
(provide (quote env))
