From dbc16cdd1351604c7489bd021bcc0d0d6a809b79 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 3 Jan 2021 20:16:40 -0500 Subject: [PATCH] * lisp/arc-mode.el (tar-grind-file-mode): Remove left over autoload --- lisp/arc-mode.el | 2 -- 1 file changed, 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." ;; not the GNU nor the BSD extensions. As it turns out, this is sufficient ;; for .deb packages. -(autoload 'tar-grind-file-mode "tar-mode") - (defconst archive-ar-file-header-re "\\(.\\{16\\}\\)\\([ 0-9]\\{12\\}\\)\\([ 0-9]\\{6\\}\\)\\([ 0-9]\\{6\\}\\)\\([ 0-7]\\{8\\}\\)\\([ 0-9]\\{10\\}\\)`\n") -- 2.39.5