summaryrefslogtreecommitdiff
path: root/lisp/arc-mode.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-06-29 22:36:57 +0000
committerRichard M. Stallman <rms@gnu.org>1995-06-29 22:36:57 +0000
commitcdfe761c1a63feb5c76de7cc5fc6d1970a24af46 (patch)
tree2a5b941638ef002a08923beb11502a81c4d736c0 /lisp/arc-mode.el
parent849f54f50b71531aa60e7e2084860703c7a6da45 (diff)
downloademacs-cdfe761c1a63feb5c76de7cc5fc6d1970a24af46.tar.gz
(archive-mode): Add autoload cookie.
Diffstat (limited to 'lisp/arc-mode.el')
-rw-r--r--lisp/arc-mode.el11
1 files changed, 1 insertions, 10 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el
index 8cc798e41a6..a6ba200e44d 100644
--- a/lisp/arc-mode.el
+++ b/lisp/arc-mode.el
@@ -87,16 +87,6 @@
;; Each member header points to the next. The archive is
;; terminated by a bogus header with a zero next link.
;; -------------------------------------
-;; SETUP: .emacs fodder:
-;;
-;; (setq auto-mode-alist
-;; (cons '("\\.\\(arc\\|zip\\|lzh\\|zoo\\)\\'" . archive-mode)
-;; auto-mode-alist))
-;; (autoload 'archive-mode "arc-mode" "Major mode for editing archives." t)
-;;
-;; Furthermore, for msdog, you need to make sure that the archives are loaded
-;; as binary files. For arc/zip/pak/lzh/zoo this is the default.
-;; -------------------------------------
;; HOOKS: `foo' means one the the supported archive types.
;;
;; archive-mode-hook
@@ -405,6 +395,7 @@ if optional second argument NOERROR is non-nil."
;; -------------------------------------------------------------------------
;; Section: the mode definition
+;;;###autoload
(defun archive-mode (&optional force)
"Major mode for viewing an archive file as a dired-like listing of its
contents. You can move around using the usual cursor motion commands.