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.