]> code.delx.au - gnu-emacs/blobdiff - src/casetab.c
Remove now-inaccurate bytecode comments
[gnu-emacs] / src / casetab.c
index b086abc01255ddc0b6a46e71b8297a91f3820fd2..2461647bb1391694fcfa4653ef586149091698cd 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Emacs routines to deal with case tables.
-   Copyright (C) 1993-1994, 2001-2015 Free Software Foundation, Inc.
+   Copyright (C) 1993-1994, 2001-2016 Free Software Foundation, Inc.
 
 Author: Howard Gayle
 
@@ -7,8 +7,8 @@ This file is part of GNU Emacs.
 
 GNU Emacs is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
+the Free Software Foundation, either version 3 of the License, or (at
+your option) any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -21,7 +21,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <config.h>
 
 #include "lisp.h"
-#include "character.h"
 #include "buffer.h"
 
 Lisp_Object Vascii_downcase_table;