diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 21:11:25 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 21:11:25 +0000 |
commit | c88ab9ce4a0dbacb1f5bd272c1e7419f1e0f4b9d (patch) | |
tree | 0dddeeff29c5a9f505aa940c413efc05d73964a6 /lisp/env.el | |
parent | d501f51645d966e8fe2febba698779996b33eb21 (diff) | |
download | emacs-c88ab9ce4a0dbacb1f5bd272c1e7419f1e0f4b9d.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/env.el')
-rw-r--r-- | lisp/env.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/env.el b/lisp/env.el index 3e494645610..d80338a00aa 100644 --- a/lisp/env.el +++ b/lisp/env.el @@ -1,4 +1,5 @@ -;;; -*-Emacs-Lisp-*- Functions to manipulate environment variables. +;;; setenv.el --- functions to manipulate environment variables. + ;;; Copyright Free Software Foundation 1991 ;;; This file is part of GNU Emacs. @@ -36,3 +37,4 @@ This function works by modifying process-environment." (provide 'setenv) +;;; setenv.el ends here |