diff options
Diffstat (limited to 'lisp/eshell/esh-module.el')
| -rw-r--r-- | lisp/eshell/esh-module.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/eshell/esh-module.el b/lisp/eshell/esh-module.el index cf66f626485..5a62c71355c 100644 --- a/lisp/eshell/esh-module.el +++ b/lisp/eshell/esh-module.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; esh-module.el --- Eshell modules | 1 | ;;; esh-module.el --- Eshell modules |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, | 3 | ;; Copyright (C) 1999-2000, 2002-2011 Free Software Foundation, Inc. |
| 4 | ;; 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | ;; Keywords: processes | 6 | ;; Keywords: processes |
| @@ -100,5 +99,4 @@ customization group. Example: `eshell-cmpl' for that module." | |||
| 100 | (unload-feature module) | 99 | (unload-feature module) |
| 101 | (message "Unloading %s...done" (symbol-name module)))))) | 100 | (message "Unloading %s...done" (symbol-name module)))))) |
| 102 | 101 | ||
| 103 | ;; arch-tag: 97a3fa16-9d08-40e6-bc2c-36bd70986507 | ||
| 104 | ;;; esh-module.el ends here | 102 | ;;; esh-module.el ends here |