diff options
author | Markus Rost <rost@math.uni-bielefeld.de> | 2002-11-12 00:09:44 +0000 |
---|---|---|
committer | Markus Rost <rost@math.uni-bielefeld.de> | 2002-11-12 00:09:44 +0000 |
commit | c391c464125c881c8b54ff1e55f2bb2d4cfa9782 (patch) | |
tree | 55ceaff9f5f57b05c8540a49b701fe16a88d6085 /lisp/ls-lisp.el | |
parent | 6c5f59d0a638dbf53e2b858bc1ccba8f30a24cd7 (diff) | |
download | emacs-c391c464125c881c8b54ff1e55f2bb2d4cfa9782.tar.gz |
(defgroup ls-lisp): Remove autoload cookie.
Diffstat (limited to 'lisp/ls-lisp.el')
-rw-r--r-- | lisp/ls-lisp.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index 72c2f65aba2..2d4fdb157dc 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el @@ -65,7 +65,6 @@ ;;; Code: -;;;###autoload (defgroup ls-lisp nil "Emulate the ls program completely in Emacs Lisp." :version "21.1" |