1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

(setenv): Make it autoload.

This commit is contained in:
Richard M. Stallman 1992-09-26 21:34:39 +00:00
parent 58c43274c5
commit aa673ecc67

View File

@ -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.