aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/arc-mode.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-10-15 15:07:35 +0000
committerRichard M. Stallman <[email protected]>1998-10-15 15:07:35 +0000
commit0d0587b9a2570da750fdff59ddaddee4560519ec (patch)
tree0390a620b7b3e1d51e625bc1c439bb48fae3523d /lisp/arc-mode.el
parent5ac0cb14e9e0fd539f4955aa9b675485d1e52dba (diff)
(arc-mode): Provide arc-mode.
Diffstat (limited to 'lisp/arc-mode.el')
-rw-r--r--lisp/arc-mode.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el
index 78c763e5e9..0085c13e47 100644
--- a/lisp/arc-mode.el
+++ b/lisp/arc-mode.el
@@ -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.