aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1992-09-26 21:34:39 +0000
committerRichard M. Stallman1992-09-26 21:34:39 +0000
commitaa673ecc671257b5fe847bb6f4f17196d559bf8a (patch)
tree7c01d755f77ad3270bf2337b7a804cc9e6fd7832
parent58c43274c59ba819e40ddee2a82f27caea7a373c (diff)
downloademacs-aa673ecc671257b5fe847bb6f4f17196d559bf8a.tar.gz
emacs-aa673ecc671257b5fe847bb6f4f17196d559bf8a.zip
(setenv): Make it autoload.
-rw-r--r--lisp/env.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/env.el b/lisp/env.el
index acd23ef25fc..721c835a187 100644
--- a/lisp/env.el
+++ b/lisp/env.el
@@ -23,6 +23,7 @@
23 23
24;;; Code: 24;;; Code:
25 25
26;;;###autoload
26(defun setenv (variable value) 27(defun setenv (variable value)
27 "Set the value of the environment variable named VARIABLE to VALUE. 28 "Set the value of the environment variable named VARIABLE to VALUE.
28VARIABLE and VALUE should both be strings. 29VARIABLE and VALUE should both be strings.