# HG changeset patch # User Glenn Morris # Date 1231628693 0 # Node ID 29215b950462d678df8f01b46d962d0c2aac8b5d # Parent ae5d8b05df94b5beef19c73cca7cb8a0cfbbc304 Comment (fix header format). diff -r ae5d8b05df94 -r 29215b950462 src/casetab.c --- a/src/casetab.c Sat Jan 10 23:02:30 2009 +0000 +++ b/src/casetab.c Sat Jan 10 23:04:53 2009 +0000 @@ -1,6 +1,8 @@ /* GNU Emacs routines to deal with case tables. - Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, + 2008, 2009 Free Software Foundation, Inc. + +Author: Howard Gayle This file is part of GNU Emacs. @@ -17,8 +19,6 @@ You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . */ -/* Written by Howard Gayle. */ - #include #include "lisp.h" #include "buffer.h"