Mercurial > emacs
comparison src/casetab.c @ 4696:1fc792473491
Include <config.h> instead of "config.h".
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Fri, 10 Sep 1993 06:15:46 +0000 |
parents | 93ff3c50bd1d |
children | c5a85ac1d292 |
comparison
equal
deleted
inserted
replaced
4695:32220a85d53b | 4696:1fc792473491 |
---|---|
17 along with GNU Emacs; see the file COPYING. If not, write to | 17 along with GNU Emacs; see the file COPYING. If not, write to |
18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
19 | 19 |
20 /* Written by Howard Gayle. See chartab.c for details. */ | 20 /* Written by Howard Gayle. See chartab.c for details. */ |
21 | 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" |
25 | 25 |
26 Lisp_Object Qcase_table_p; | 26 Lisp_Object Qcase_table_p; |
27 Lisp_Object Vascii_downcase_table, Vascii_upcase_table; | 27 Lisp_Object Vascii_downcase_table, Vascii_upcase_table; |