Skip to content
Snippets Groups Projects
Commit acd123248096 authored by martinb's avatar martinb
Browse files

Add tar-mode.el autoload cookies

parent f9349775c4d9
No related branches found
No related tags found
No related merge requests found
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.
......
......@@ -1309,6 +1309,7 @@
;;; Patch it in.
;;;###autoload
(defvar tar-regexp "\\.\\(tar\\|tgz\\|tar\\.gz\\)\\'"
"The regular expression used to identify tar file names.")
......@@ -1312,6 +1313,7 @@
(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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment