diff options
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r-- | lisp/dired-aux.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 0af40a03c54..3cff0fc3ea7 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -22,6 +22,10 @@ ;;; Commentary: +;; The parts of dired mode not normally used. This is a space-saving hack +;; to avoid having to load a large mode when all that's wanted are a few +;; functions. + ;; Rewritten in 1990/1991 to add tree features, file marking and ;; sorting by Sebastian Kremer <sk@thp.uni-koeln.de>. ;; Finished up by rms in 1992. |