diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-01 21:42:03 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-01 21:42:03 +0000 |
commit | bdd53bbcacdde17a9249ee579661a0e4abdce9c4 (patch) | |
tree | 4a02d31daafad59336038b0cdf278669c4483021 /lisp/tar-mode.el | |
parent | cb96d15d59643fb8af0f32eed82c491a995e355a (diff) | |
download | emacs-bdd53bbcacdde17a9249ee579661a0e4abdce9c4.tar.gz |
Typo in autoload cookie.
Diffstat (limited to 'lisp/tar-mode.el')
-rw-r--r-- | lisp/tar-mode.el | 2 |
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. |