From 83be827addf1541b709f80e9f0fc0d0e9ba317e3 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 1 Mar 2002 01:06:01 +0000 Subject: [PATCH] Include "character.h" instead of "charset.h". --- src/abbrev.c | 2 +- src/bytecode.c | 2 +- src/casefiddle.c | 2 +- src/cmds.c | 2 +- src/dispnew.c | 2 +- src/doc.c | 2 +- src/doprnt.c | 2 +- src/dosfns.c | 2 +- src/frame.c | 2 +- src/marker.c | 2 +- src/minibuf.c | 2 +- src/msdos.c | 2 +- src/w16select.c | 2 +- src/w32bdf.c | 2 +- src/w32console.c | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/abbrev.c b/src/abbrev.c index 3edbe24583..fc3f304d3f 100644 --- a/src/abbrev.c +++ b/src/abbrev.c @@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA. */ #include "commands.h" #include "buffer.h" #include "window.h" -#include "charset.h" +#include "character.h" #include "syntax.h" /* An abbrev table is an obarray. diff --git a/src/bytecode.c b/src/bytecode.c index f24132dae2..6c4e34ddaa 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -37,7 +37,7 @@ by Hallvard: #include #include "lisp.h" #include "buffer.h" -#include "charset.h" +#include "character.h" #include "syntax.h" #ifdef CHECK_FRAME_FONT diff --git a/src/casefiddle.c b/src/casefiddle.c index c449547bf1..790ae1e53b 100644 --- a/src/casefiddle.c +++ b/src/casefiddle.c @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */ #include #include "lisp.h" #include "buffer.h" -#include "charset.h" +#include "character.h" #include "commands.h" #include "syntax.h" #include "composite.h" diff --git a/src/cmds.c b/src/cmds.c index 09362a7f5d..045afbbe92 100644 --- a/src/cmds.c +++ b/src/cmds.c @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ #include "lisp.h" #include "commands.h" #include "buffer.h" -#include "charset.h" +#include "character.h" #include "syntax.h" #include "window.h" #include "keyboard.h" diff --git a/src/dispnew.c b/src/dispnew.c index 84cab92eaf..196429fb50 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -36,7 +36,7 @@ Boston, MA 02111-1307, USA. */ #include "dispextern.h" #include "cm.h" #include "buffer.h" -#include "charset.h" +#include "character.h" #include "keyboard.h" #include "frame.h" #include "window.h" diff --git a/src/doc.c b/src/doc.c index 8bb8bef788..d08522217c 100644 --- a/src/doc.c +++ b/src/doc.c @@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA. */ #include "lisp.h" #include "buffer.h" #include "keyboard.h" -#include "charset.h" +#include "character.h" #include "keymap.h" #ifdef HAVE_INDEX diff --git a/src/doprnt.c b/src/doprnt.c index 82a96c7d67..73d4324868 100644 --- a/src/doprnt.c +++ b/src/doprnt.c @@ -46,7 +46,7 @@ Boston, MA 02111-1307, USA. */ /* Since we use the macro CHAR_HEAD_P, we have to include this, but don't have to include others because CHAR_HEAD_P does not contains another macro. */ -#include "charset.h" +#include "character.h" static int doprnt1 (); diff --git a/src/dosfns.c b/src/dosfns.c index 3c185bb035..97486b6cca 100644 --- a/src/dosfns.c +++ b/src/dosfns.c @@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA. */ #include "dosfns.h" #include "msdos.h" #include "dispextern.h" -#include "charset.h" +#include "character.h" #include "coding.h" #include #include diff --git a/src/frame.c b/src/frame.c index e4e3e3b4c3..a62e242498 100644 --- a/src/frame.c +++ b/src/frame.c @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ #include #include "lisp.h" -#include "charset.h" +#include "character.h" #ifdef HAVE_X_WINDOWS #include "xterm.h" #endif diff --git a/src/marker.c b/src/marker.c index 475e5ffad6..1456654bad 100644 --- a/src/marker.c +++ b/src/marker.c @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */ #include #include "lisp.h" #include "buffer.h" -#include "charset.h" +#include "character.h" /* Record one cached position found recently by buf_charpos_to_bytepos or buf_bytepos_to_charpos. */ diff --git a/src/minibuf.c b/src/minibuf.c index cb3a25691a..37b443d07d 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */ #include "lisp.h" #include "commands.h" #include "buffer.h" -#include "charset.h" +#include "character.h" #include "dispextern.h" #include "keyboard.h" #include "frame.h" diff --git a/src/msdos.c b/src/msdos.c index c13ef2abb5..f0f8e0e094 100644 --- a/src/msdos.c +++ b/src/msdos.c @@ -55,7 +55,7 @@ Boston, MA 02111-1307, USA. */ #include "dispextern.h" #include "dosfns.h" #include "termopts.h" -#include "charset.h" +#include "character.h" #include "coding.h" #include "disptab.h" #include "frame.h" diff --git a/src/w16select.c b/src/w16select.c index e1009fddfa..6365a2b2fc 100644 --- a/src/w16select.c +++ b/src/w16select.c @@ -38,7 +38,7 @@ Boston, MA 02111-1307, USA. */ #include "frame.h" /* Need this to get the X window of selected_frame */ #include "blockinput.h" #include "buffer.h" -#include "charset.h" +#include "character.h" #include "coding.h" /* If ever some function outside this file will need to call any diff --git a/src/w32bdf.c b/src/w32bdf.c index 5bb5ba72bb..536fde7b42 100644 --- a/src/w32bdf.c +++ b/src/w32bdf.c @@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. */ #endif #include "lisp.h" -#include "charset.h" +#include "character.h" #include "keyboard.h" #include "frame.h" #include "dispextern.h" diff --git a/src/w32console.c b/src/w32console.c index 490c1e1037..9d2a3e19a0 100644 --- a/src/w32console.c +++ b/src/w32console.c @@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. #include #include "lisp.h" -#include "charset.h" +#include "character.h" #include "coding.h" #include "disptab.h" #include "termhooks.h" -- 2.20.1