diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-10-15 15:07:35 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-10-15 15:07:35 +0000 |
commit | 0d0587b9a2570da750fdff59ddaddee4560519ec (patch) | |
tree | 0390a620b7b3e1d51e625bc1c439bb48fae3523d /lisp/arc-mode.el | |
parent | 5ac0cb14e9e0fd539f4955aa9b675485d1e52dba (diff) | |
download | emacs-0d0587b9a2570da750fdff59ddaddee4560519ec.tar.gz |
(arc-mode): Provide arc-mode.
Diffstat (limited to 'lisp/arc-mode.el')
-rw-r--r-- | lisp/arc-mode.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el index 78c763e5e9e..0085c13e47e 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. |