1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

(archive-mode): Add autoload cookie.

This commit is contained in:
Richard M. Stallman 1995-06-29 22:36:57 +00:00
parent c8c5bd2447
commit 9199a670d9

View File

@ -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.