diff options
| -rw-r--r-- | lisp/ls-lisp.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index 67b87c0be55..bac2fc82b15 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el | |||
| @@ -68,6 +68,7 @@ | |||
| 68 | ;;;###autoload | 68 | ;;;###autoload |
| 69 | (defgroup ls-lisp nil | 69 | (defgroup ls-lisp nil |
| 70 | "Emulate the ls program completely in Emacs Lisp." | 70 | "Emulate the ls program completely in Emacs Lisp." |
| 71 | :version "21.1" | ||
| 71 | :group 'dired) | 72 | :group 'dired) |
| 72 | 73 | ||
| 73 | (defcustom ls-lisp-emulation | 74 | (defcustom ls-lisp-emulation |