Mercurial > emacs
diff lisp/env.el @ 658:7cbd4fcd8b0f
*** empty log message ***
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Sat, 30 May 1992 21:11:25 +0000 |
parents | 4cd7543be581 |
children | 4f28bd14272c |
line wrap: on
line diff
--- a/lisp/env.el Sat May 30 20:24:49 1992 +0000 +++ b/lisp/env.el Sat May 30 21:11:25 1992 +0000 @@ -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 @@ (provide 'setenv) +;;; setenv.el ends here