From aa673ecc671257b5fe847bb6f4f17196d559bf8a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 26 Sep 1992 21:34:39 +0000 Subject: [PATCH] (setenv): Make it autoload. --- lisp/env.el | 1 + 1 file changed, 1 insertion(+) 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 @@ ;;; Code: +;;;###autoload (defun setenv (variable value) "Set the value of the environment variable named VARIABLE to VALUE. VARIABLE and VALUE should both be strings.