diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-22 02:58:21 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-22 02:58:21 +0000 |
commit | eea8d4efafbc96001f7c1e0e0cee5912400ba667 (patch) | |
tree | 9a21b2d45a7e31582806e0e06c2b419d2b9bc254 /lisp/tar-mode.el | |
parent | 638cb9c6b7a9c3cd4f5ad7dfe6fef60928cc89de (diff) | |
download | emacs-eea8d4efafbc96001f7c1e0e0cee5912400ba667.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/tar-mode.el')
-rw-r--r-- | lisp/tar-mode.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el index 6ffe4f3c84b..534204e6124 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el @@ -1,13 +1,12 @@ ;;; tar-mode.el --- simple editing of tar files from GNU emacs +;;; Copyright (C) 1990, 1991 Free Software Foundation, Inc. + ;; Author: Jamie Zawinski <jwz@lucid.com> ;; Created: 04 Apr 1990 ;; Version: 1.21 -;; Last-Modified: 10 Mar 1991 ;; Keywords: unix -;;; Copyright (C) 1990, 1991 Free Software Foundation, Inc. -;;; ;;; This file is part of GNU Emacs. ;;; ;;; GNU Emacs is free software; you can redistribute it and/or modify |