diff options
| author | Richard M. Stallman | 1992-09-26 21:34:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-09-26 21:34:39 +0000 |
| commit | aa673ecc671257b5fe847bb6f4f17196d559bf8a (patch) | |
| tree | 7c01d755f77ad3270bf2337b7a804cc9e6fd7832 | |
| parent | 58c43274c59ba819e40ddee2a82f27caea7a373c (diff) | |
| download | emacs-aa673ecc671257b5fe847bb6f4f17196d559bf8a.tar.gz emacs-aa673ecc671257b5fe847bb6f4f17196d559bf8a.zip | |
(setenv): Make it autoload.
| -rw-r--r-- | lisp/env.el | 1 |
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. |
| 28 | VARIABLE and VALUE should both be strings. | 29 | VARIABLE and VALUE should both be strings. |