diff lisp/tar-mode.el @ 658:7cbd4fcd8b0f

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 21:11:25 +0000
parents 4cd7543be581
children 1ca26ccad38e
line wrap: on
line diff
--- a/lisp/tar-mode.el	Sat May 30 20:24:49 1992 +0000
+++ b/lisp/tar-mode.el	Sat May 30 21:11:25 1992 +0000
@@ -1,7 +1,5 @@
-;;; -*- Mode: Emacs-Lisp -*-
+;;; tar-mode.el --- simple editing of tar files from GNU emacs
 
-;;; File:		tar-mode.el
-;;; Description:	simple editing of tar files from GNU emacs
 ;;; Author:		Jamie Zawinski <jwz@lucid.com>
 ;;; Created:		4 Apr 1990
 ;;; Version:		1.21, 10 Mar 91
@@ -1108,3 +1106,4 @@
 
 (provide 'tar-mode)
 
+;;; tar-mode.el ends here