summaryrefslogtreecommitdiff
path: root/lisp/ls-lisp.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-17 17:17:05 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-17 17:17:05 +0000
commit13bf1df1ae194aa1873ec4d1a1741c32347b246b (patch)
tree0fa2dd164dedb3cf96303575776e4c278748a7d5 /lisp/ls-lisp.el
parent515f023693c1d4950cd0d7121bd5a5c219ec7e8b (diff)
downloademacs-13bf1df1ae194aa1873ec4d1a1741c32347b246b.tar.gz
Add standard library headers.
Diffstat (limited to 'lisp/ls-lisp.el')
-rw-r--r--lisp/ls-lisp.el9
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el
index 94b0ed4385e..54da7fdc438 100644
--- a/lisp/ls-lisp.el
+++ b/lisp/ls-lisp.el
@@ -1,4 +1,7 @@
-;;;; directory.el - emulate insert-directory completely in Emacs Lisp
+;;; ls-lisp.el --- emulate insert-directory completely in Emacs Lisp
+
+;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>
+;; Keywords: unix
;; Copyright (C) 1992 by Sebastian Kremer <sk@thp.uni-koeln.de>
@@ -45,6 +48,8 @@
;; Recognize some more ls switches: R F
+;;; Code:
+
(defun insert-directory (file &optional switches wildcard full-directory-p)
"Insert directory listing for of FILE, formatted according to SWITCHES.
Leaves point after the inserted text.
@@ -227,4 +232,4 @@ The switches that work are: A a c i r S s t u"
(provide 'ls-lisp)
-; eof
+;;; ls-lisp.el ends here