changeset 1218:678ff000d9c8

(setenv): Make it autoload.
author Richard M. Stallman <rms@gnu.org>
date Sat, 26 Sep 1992 21:34:39 +0000
parents d0b19afef0ae
children 3e9034e7bebf
files lisp/env.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/env.el	Sat Sep 26 21:27:08 1992 +0000
+++ b/lisp/env.el	Sat Sep 26 21:34:39 1992 +0000
@@ -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.