# HG changeset patch
# User martinb
# Date 915092664 0
#      Thu Dec 31 08:24:24 1998 +0000
# Node ID acd123248096317d6148486bdd9b428a5241d161
# Parent  f9349775c4d9cc0b7695416b147bd3246295ef5e
Add tar-mode.el autoload cookies

diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-12-30  Martin Buchholz  <martin@xemacs.org>
+
+	* tar-mode.el (tar-regexp): Add autoload cookie.
+	(auto-mode-alist): Add autoload cookie.
+
 1998-10-01  SL Baur  <steve@altair.xemacs.org>
 
 	* ssh.el (ssh-send-Ctrl-C): send-string -> process-send-string.
diff --git a/tar-mode.el b/tar-mode.el
--- a/tar-mode.el
+++ b/tar-mode.el
@@ -1309,9 +1309,11 @@
 
 ;;; Patch it in.
 
+;;;###autoload
 (defvar tar-regexp "\\.\\(tar\\|tgz\\|tar\\.gz\\)\\'"
   "The regular expression used to identify tar file names.")
 
+;;;###autoload
 (setq auto-mode-alist
       (cons (cons tar-regexp 'tar-mode) auto-mode-alist))