aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2021-01-03 20:16:40 -0500
committerStefan Monnier2021-01-03 20:16:40 -0500
commitdbc16cdd1351604c7489bd021bcc0d0d6a809b79 (patch)
treeddaf6f45a5d03a69e0e9195f5c06d29fcc4c709b
parent5282e1378e24fc824eccdcfc4e9d3cad0ddef6c2 (diff)
downloademacs-dbc16cdd1351604c7489bd021bcc0d0d6a809b79.tar.gz
emacs-dbc16cdd1351604c7489bd021bcc0d0d6a809b79.zip
* lisp/arc-mode.el (tar-grind-file-mode): Remove left over autoload
-rw-r--r--lisp/arc-mode.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el
index 52908d9fb6b..6c9ceb0b5a8 100644
--- a/lisp/arc-mode.el
+++ b/lisp/arc-mode.el
@@ -2237,8 +2237,6 @@ This doesn't recover lost files, it just undoes changes in the buffer itself."
2237;; not the GNU nor the BSD extensions. As it turns out, this is sufficient 2237;; not the GNU nor the BSD extensions. As it turns out, this is sufficient
2238;; for .deb packages. 2238;; for .deb packages.
2239 2239
2240(autoload 'tar-grind-file-mode "tar-mode")
2241
2242(defconst archive-ar-file-header-re 2240(defconst archive-ar-file-header-re
2243 "\\(.\\{16\\}\\)\\([ 0-9]\\{12\\}\\)\\([ 0-9]\\{6\\}\\)\\([ 0-9]\\{6\\}\\)\\([ 0-7]\\{8\\}\\)\\([ 0-9]\\{10\\}\\)`\n") 2241 "\\(.\\{16\\}\\)\\([ 0-9]\\{12\\}\\)\\([ 0-9]\\{6\\}\\)\\([ 0-9]\\{6\\}\\)\\([ 0-7]\\{8\\}\\)\\([ 0-9]\\{10\\}\\)`\n")
2244 2242