Expunge revision histories in files.
authormdw <mdw>
Thu, 8 Apr 2004 01:36:29 +0000 (01:36 +0000)
committermdw <mdw>
Thu, 8 Apr 2004 01:36:29 +0000 (01:36 +0000)
Makefile.am
configure.in
skel.el.in

index e98b565..72d1b04 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.7 2003/11/29 23:35:38 mdw Exp $
+## $Id: Makefile.am,v 1.8 2004/04/08 01:36:28 mdw Exp $
 ##
 ## Makefile for skel
 ##
 ## along with Skel; if not, write to the Free Software Foundation,
 ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-##----- Revision history ----------------------------------------------------
-##
-## $Log: Makefile.am,v $
-## Revision 1.7  2003/11/29 23:35:38  mdw
-## Debianization.
-##
-## Revision 1.6  2002/09/28 11:39:06  mdw
-## Haskell support
-##
-## Revision 1.5  1999/12/22 17:08:29  mdw
-## Support MXD files.
-##
-## Revision 1.4  1999/08/23 18:54:00  mdw
-## Support Objective-C.
-##
-## Revision 1.3  1999/08/09 11:44:23  mdw
-## Java skeleton added.
-##
-## Revision 1.2  1999/06/01 22:31:08  mdw
-## Add support for `wml' files.
-##
-## Revision 1.1.1.1  1999/04/05 13:44:59  mdw
-## Initial import.
-##
-
 ## --- Basic automake configuration ---
 
 AUTOMAKE_OPTIONS = foreign
index 41379c1..7f7e088 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-m4-*-
 dnl
-dnl $Id: configure.in,v 1.7 2003/11/29 23:35:38 mdw Exp $
+dnl $Id: configure.in,v 1.8 2004/04/08 01:36:28 mdw Exp $
 dnl
 dnl Configuration script for skel
 dnl
@@ -25,25 +25,6 @@ dnl You should have received a copy of the GNU General Public License
 dnl along with Skel; if not, write to the Free Software Foundation,
 dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-dnl ----- Revision history --------------------------------------------------
-dnl
-dnl $Log: configure.in,v $
-dnl Revision 1.7  2003/11/29 23:35:38  mdw
-dnl Debianization.
-dnl
-dnl Revision 1.6  1999/12/22 17:09:40  mdw
-dnl Version bump.
-dnl
-dnl Revision 1.3  1999/05/06 20:28:52  mdw
-dnl Fix the version number to be three-part, rather than two-part.
-dnl
-dnl Revision 1.2  1999/05/05 19:29:53  mdw
-dnl Remove redundant call to `AM_PROG_INSTALL'.
-dnl
-dnl Revision 1.1.1.1  1999/04/05 13:44:59  mdw
-dnl Initial import.
-dnl
-
 AC_INIT(skel.el.in)
 AM_INIT_AUTOMAKE(skel, 1.1.0)
 AM_PATH_LISPDIR
index 8847f7f..bb039b8 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-emacs-lisp-*-
 ;;;
-;;; $Id: skel.el.in,v 1.4 2003/11/29 23:35:38 mdw Exp $
+;;; $Id: skel.el.in,v 1.5 2004/04/08 01:36:28 mdw Exp $
 ;;;
 ;;; Filling in skeletons
 ;;;
 ;;; along with this program; if not, write to the Free Software Foundation,
 ;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-;;;----- Revision history ---------------------------------------------------
-;;;
-;;; $Log: skel.el.in,v $
-;;; Revision 1.4  2003/11/29 23:35:38  mdw
-;;; Debianization.
-;;;
-;;; Revision 1.3  1999/08/20 07:40:51  mdw
-;;; Slight twiddles to the Lisp code.
-;;;
-;;; Revision 1.2  1999/05/05 19:30:38  mdw
-;;; Misc tidying.
-;;;
-;;; Revision 1.1.1.1  1999/04/05 13:44:59  mdw
-;;; Initial import.
-;;;
-
 ;;;----- Variables (largely tweakable) --------------------------------------
 
 (defvar skel-directory-list '(".skel" "")