diff options
| author | Kenichi Handa | 2002-03-01 01:06:01 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-03-01 01:06:01 +0000 |
| commit | 83be827addf1541b709f80e9f0fc0d0e9ba317e3 (patch) | |
| tree | 6aa1e96f75c0a1c2ae2b52db806fcee00d74500b /src/cmds.c | |
| parent | 85969c224afb860db6dea46142ae77bbbd7ff2bd (diff) | |
| download | emacs-83be827addf1541b709f80e9f0fc0d0e9ba317e3.tar.gz emacs-83be827addf1541b709f80e9f0fc0d0e9ba317e3.zip | |
Include "character.h" instead of "charset.h".
Diffstat (limited to 'src/cmds.c')
| -rw-r--r-- | src/cmds.c | 2 |
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" |