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 @@ -;;;; dired-lisp.el - emulate ls completely in Emacs Lisp -;;;; Copyright (C) 1990 Sebastian Kremer +;;;; dired-lisp.el - emulate ls completely in Emacs Lisp. $Revision$ +;;;; Copyright (C) 1991 Sebastian Kremer <sk@thp.uni-koeln.de> + +;;;; READ THE WARNING BELOW BEFORE USING THIS PROGRAM! ;;;; Useful if you cannot afford to fork Emacs on a real memory UNIX, ;;;; under VMS, or if you don't have the ls program. |
