]> git.eshelyaron.com Git - emacs.git/commitdiff
(arc-mode): Provide arc-mode.
authorRichard M. Stallman <rms@gnu.org>
Thu, 15 Oct 1998 15:07:35 +0000 (15:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 15 Oct 1998 15:07:35 +0000 (15:07 +0000)
lisp/arc-mode.el

index 78c763e5e9ef7935d435b3ce265279f884b4c462..0085c13e47e6fa0154799319e8e5a875a30d608f 100644 (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.