Mercurial > emacs
changeset 3419:97205883b02d
Typo in autoload cookie.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 01 Jun 1993 21:42:03 +0000 |
parents | fe1623f77956 |
children | 08adfe96ca93 |
files | lisp/tar-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/tar-mode.el Tue Jun 01 21:41:11 1993 +0000 +++ b/lisp/tar-mode.el Tue Jun 01 21:42:03 1993 +0000 @@ -470,7 +470,7 @@ (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.