projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5282e13
)
* lisp/arc-mode.el (tar-grind-file-mode): Remove left over autoload
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 4 Jan 2021 01:16:40 +0000
(20:16 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 4 Jan 2021 01:16:40 +0000
(20:16 -0500)
lisp/arc-mode.el
patch
|
blob
|
history
diff --git
a/lisp/arc-mode.el
b/lisp/arc-mode.el
index 52908d9fb6b303d9ae134e9680dac7251f8b87de..6c9ceb0b5a85f233ef39d80052f58cd8fdaf9d93 100644
(file)
--- 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")