summaryrefslogtreecommitdiff
path: root/lisp/tar-mode.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-06-01 21:42:03 +0000
committerRichard M. Stallman <rms@gnu.org>1993-06-01 21:42:03 +0000
commitdc18c418d0e243f0537287cbf84dc1677cbf4484 (patch)
treeaada160b6ac03a601e02adb1a0fec43835366e62 /lisp/tar-mode.el
parent476873662e8554204401d935c03a72af3be145f8 (diff)
downloademacs-dc18c418d0e243f0537287cbf84dc1677cbf4484.tar.gz
Typo in autoload cookie.
Diffstat (limited to 'lisp/tar-mode.el')
-rw-r--r--lisp/tar-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el
index 7360fb32ab5..76259bb20fb 100644
--- a/lisp/tar-mode.el
+++ b/lisp/tar-mode.el
@@ -470,7 +470,7 @@ is visible (and the real data of the buffer is hidden)."
(put 'tar-mode 'mode-class 'special)
(put 'tar-subfile-mode 'mode-class 'special)
-;;;##autoload
+;;;###autoload
(defun tar-mode ()
"Major mode for viewing a tar file as a dired-like listing of its contents.
You can move around using the usual cursor motion commands.