diff options
| author | Dave Love | 2001-01-02 23:39:40 +0000 |
|---|---|---|
| committer | Dave Love | 2001-01-02 23:39:40 +0000 |
| commit | eff409bad38ccd10de13f920badaed8f7ff1d0f9 (patch) | |
| tree | 7c026346cc318194be4c361553c7c5ca9f00ec74 | |
| parent | 8166ffd5c61238719e62399da00d4b300b9fffa1 (diff) | |
| download | emacs-eff409bad38ccd10de13f920badaed8f7ff1d0f9.tar.gz emacs-eff409bad38ccd10de13f920badaed8f7ff1d0f9.zip | |
(ls-lisp) <defgroup>: Add :version.
| -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 |