diff options
Diffstat (limited to 'lisp/env.el')
-rw-r--r-- | lisp/env.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/env.el b/lisp/env.el index 1c8e98df62c..5e915eb3126 100644 --- a/lisp/env.el +++ b/lisp/env.el @@ -1,10 +1,10 @@ ;;; env.el --- functions to manipulate environment variables -;; Copyright (C) 1991, 1994, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +;; Copyright (C) 1991, 1994, 2000-2011 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: processes, unix +;; Package: emacs ;; This file is part of GNU Emacs. @@ -209,5 +209,4 @@ in the environment list of the selected frame." (provide 'env) -;; arch-tag: b7d6a8f7-bc81-46db-8e39-8d721d4ed0b8 ;;; env.el ends here |