diff options
| -rw-r--r-- | lisp/ls-lisp.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index 8454773564a..3bb6e1d2e49 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | ;;;; dired-lisp.el - emulate ls completely in Emacs Lisp | 1 | ;;;; dired-lisp.el - emulate ls completely in Emacs Lisp. $Revision$ |
| 2 | ;;;; Copyright (C) 1990 Sebastian Kremer | 2 | ;;;; Copyright (C) 1991 Sebastian Kremer <sk@thp.uni-koeln.de> |
| 3 | |||
| 4 | ;;;; READ THE WARNING BELOW BEFORE USING THIS PROGRAM! | ||
| 3 | 5 | ||
| 4 | ;;;; Useful if you cannot afford to fork Emacs on a real memory UNIX, | 6 | ;;;; Useful if you cannot afford to fork Emacs on a real memory UNIX, |
| 5 | ;;;; under VMS, or if you don't have the ls program. | 7 | ;;;; under VMS, or if you don't have the ls program. |