Mercurial > emacs
changeset 23467:dd5bbd8db2f5
(arc-mode): Provide arc-mode.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 15 Oct 1998 15:07:35 +0000 |
parents | fa40617f5902 |
children | 969f4c2e38c0 |
files | lisp/arc-mode.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/arc-mode.el Wed Oct 14 20:10:01 1998 +0000 +++ b/lisp/arc-mode.el Thu Oct 15 15:07:35 1998 +0000 @@ -1722,6 +1722,10 @@ (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.