aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmds.c
diff options
context:
space:
mode:
authorKenichi Handa2002-03-01 01:06:01 +0000
committerKenichi Handa2002-03-01 01:06:01 +0000
commit83be827addf1541b709f80e9f0fc0d0e9ba317e3 (patch)
tree6aa1e96f75c0a1c2ae2b52db806fcee00d74500b /src/cmds.c
parent85969c224afb860db6dea46142ae77bbbd7ff2bd (diff)
downloademacs-83be827addf1541b709f80e9f0fc0d0e9ba317e3.tar.gz
emacs-83be827addf1541b709f80e9f0fc0d0e9ba317e3.zip
Include "character.h" instead of "charset.h".
Diffstat (limited to 'src/cmds.c')
-rw-r--r--src/cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmds.c b/src/cmds.c
index 09362a7f5de..045afbbe92d 100644
--- a/src/cmds.c
+++ b/src/cmds.c
@@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */
23#include "lisp.h" 23#include "lisp.h"
24#include "commands.h" 24#include "commands.h"
25#include "buffer.h" 25#include "buffer.h"
26#include "charset.h" 26#include "character.h"
27#include "syntax.h" 27#include "syntax.h"
28#include "window.h" 28#include "window.h"
29#include "keyboard.h" 29#include "keyboard.h"