diff options
| author | Sebastian Kremer <sk@thp.uni-koeln.de> | 1991-02-02 13:30:43 +0000 |
|---|---|---|
| committer | Sebastian Kremer <sk@thp.uni-koeln.de> | 1991-02-02 13:30:43 +0000 |
| commit | 7d4a41dcd6ca8fd4b19c0f681f77df7677bee22b (patch) | |
| tree | a3db95e5fadf91a0328b2d665c377b3fb3392e35 /lisp | |
| parent | d88c0e9363fee2fb39f8407e14ab7162dd325fb1 (diff) | |
| download | emacs-7d4a41dcd6ca8fd4b19c0f681f77df7677bee22b.tar.gz | |
Added copyleft and warnings.
Diffstat (limited to 'lisp')
| -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. |
