aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2009-01-10 23:04:53 +0000
committerGlenn Morris2009-01-10 23:04:53 +0000
commit8deda4af979cad425006c6b1678d5a614af49447 (patch)
treeeb1d1f86be59bf76b6237a631e1f2b2c3a1242f4 /src
parenteedcb417fa241eab63fc1cc9d9a94233050e8779 (diff)
downloademacs-8deda4af979cad425006c6b1678d5a614af49447.tar.gz
emacs-8deda4af979cad425006c6b1678d5a614af49447.zip
Comment (fix header format).
Diffstat (limited to 'src')
-rw-r--r--src/casetab.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/casetab.c b/src/casetab.c
index eb5c500dda3..1a5d292a00f 100644
--- a/src/casetab.c
+++ b/src/casetab.c
@@ -1,6 +1,8 @@
1/* GNU Emacs routines to deal with case tables. 1/* GNU Emacs routines to deal with case tables.
2 Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2 Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 3 2008, 2009 Free Software Foundation, Inc.
4
5Author: Howard Gayle
4 6
5This file is part of GNU Emacs. 7This file is part of GNU Emacs.
6 8
@@ -17,8 +19,6 @@ GNU General Public License for more details.
17You should have received a copy of the GNU General Public License 19You should have received a copy of the GNU General Public License
18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 20along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19 21
20/* Written by Howard Gayle. */
21
22#include <config.h> 22#include <config.h>
23#include "lisp.h" 23#include "lisp.h"
24#include "buffer.h" 24#include "buffer.h"