diff options
| author | Dave Love <fx@gnu.org> | 2001-01-02 23:39:40 +0000 |
|---|---|---|
| committer | Dave Love <fx@gnu.org> | 2001-01-02 23:39:40 +0000 |
| commit | eff409bad38ccd10de13f920badaed8f7ff1d0f9 (patch) | |
| tree | 7c026346cc318194be4c361553c7c5ca9f00ec74 /lisp/ls-lisp.el | |
| parent | 8166ffd5c61238719e62399da00d4b300b9fffa1 (diff) | |
| download | emacs-eff409bad38ccd10de13f920badaed8f7ff1d0f9.tar.gz | |
(ls-lisp) <defgroup>: Add :version.
Diffstat (limited to 'lisp/ls-lisp.el')
| -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 @@ ;;;###autoload (defgroup ls-lisp nil "Emulate the ls program completely in Emacs Lisp." + :version "21.1" :group 'dired) (defcustom ls-lisp-emulation |
