(arc-mode): Provide arc-mode.

This commit is contained in:
Richard M. Stallman
1998-10-15 15:07:35 +00:00
parent 5ac0cb14e9
commit 0d0587b9a2

View File

@@ -1722,6 +1722,10 @@ This doesn't recover lost files, it just undoes changes in the buffer itself."
(defun archive-zoo-extract (archive name)
(archive-extract-by-stdout archive name archive-zoo-extract))
;; -------------------------------------------------------------------------
;; This line was a mistake; it is kept now for compatibility.
;; rms 15 Oct 98
(provide 'archive-mode)
(provide 'arc-mode)
;; arc-mode.el ends here.