diff options
| author | Pavel Janík | 2001-07-15 19:53:53 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-07-15 19:53:53 +0000 |
| commit | 60370d40737ecf92cec4ab75aa73d3ea9ed2d858 (patch) | |
| tree | 29c0aec9d5f8e7af681d5ff1b49e72245067cf5c /lisp/eshell/em-basic.el | |
| parent | 715a2ca2fc1be26e8420f209c3440b90d687fec6 (diff) | |
| download | emacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.tar.gz emacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.zip | |
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/eshell/em-basic.el')
| -rw-r--r-- | lisp/eshell/em-basic.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-basic.el b/lisp/eshell/em-basic.el index 52afff15b2a..49947eede77 100644 --- a/lisp/eshell/em-basic.el +++ b/lisp/eshell/em-basic.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-basic --- basic shell builtin commands | 1 | ;;; em-basic.el --- basic shell builtin commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||