Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
83be827a
Commit
83be827a
authored
Mar 01, 2002
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include "character.h" instead of "charset.h".
parent
85969c22
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
15 additions
and
15 deletions
+15
-15
src/abbrev.c
src/abbrev.c
+1
-1
src/bytecode.c
src/bytecode.c
+1
-1
src/casefiddle.c
src/casefiddle.c
+1
-1
src/cmds.c
src/cmds.c
+1
-1
src/dispnew.c
src/dispnew.c
+1
-1
src/doc.c
src/doc.c
+1
-1
src/doprnt.c
src/doprnt.c
+1
-1
src/dosfns.c
src/dosfns.c
+1
-1
src/frame.c
src/frame.c
+1
-1
src/marker.c
src/marker.c
+1
-1
src/minibuf.c
src/minibuf.c
+1
-1
src/msdos.c
src/msdos.c
+1
-1
src/w16select.c
src/w16select.c
+1
-1
src/w32bdf.c
src/w32bdf.c
+1
-1
src/w32console.c
src/w32console.c
+1
-1
No files found.
src/abbrev.c
View file @
83be827a
...
...
@@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA. */
#include "commands.h"
#include "buffer.h"
#include "window.h"
#include "char
set
.h"
#include "char
acter
.h"
#include "syntax.h"
/* An abbrev table is an obarray.
...
...
src/bytecode.c
View file @
83be827a
...
...
@@ -37,7 +37,7 @@ by Hallvard:
#include <config.h>
#include "lisp.h"
#include "buffer.h"
#include "char
set
.h"
#include "char
acter
.h"
#include "syntax.h"
#ifdef CHECK_FRAME_FONT
...
...
src/casefiddle.c
View file @
83be827a
...
...
@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */
#include <config.h>
#include "lisp.h"
#include "buffer.h"
#include "char
set
.h"
#include "char
acter
.h"
#include "commands.h"
#include "syntax.h"
#include "composite.h"
...
...
src/cmds.c
View file @
83be827a
...
...
@@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */
#include "lisp.h"
#include "commands.h"
#include "buffer.h"
#include "char
set
.h"
#include "char
acter
.h"
#include "syntax.h"
#include "window.h"
#include "keyboard.h"
...
...
src/dispnew.c
View file @
83be827a
...
...
@@ -36,7 +36,7 @@ Boston, MA 02111-1307, USA. */
#include "dispextern.h"
#include "cm.h"
#include "buffer.h"
#include "char
set
.h"
#include "char
acter
.h"
#include "keyboard.h"
#include "frame.h"
#include "window.h"
...
...
src/doc.c
View file @
83be827a
...
...
@@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA. */
#include "lisp.h"
#include "buffer.h"
#include "keyboard.h"
#include "char
set
.h"
#include "char
acter
.h"
#include "keymap.h"
#ifdef HAVE_INDEX
...
...
src/doprnt.c
View file @
83be827a
...
...
@@ -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 "char
set
.h"
#include "char
acter
.h"
static
int
doprnt1
();
...
...
src/dosfns.c
View file @
83be827a
...
...
@@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA. */
#include "dosfns.h"
#include "msdos.h"
#include "dispextern.h"
#include "char
set
.h"
#include "char
acter
.h"
#include "coding.h"
#include <dpmi.h>
#include <go32.h>
...
...
src/frame.c
View file @
83be827a
...
...
@@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */
#include <stdio.h>
#include "lisp.h"
#include "char
set
.h"
#include "char
acter
.h"
#ifdef HAVE_X_WINDOWS
#include "xterm.h"
#endif
...
...
src/marker.c
View file @
83be827a
...
...
@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */
#include <config.h>
#include "lisp.h"
#include "buffer.h"
#include "char
set
.h"
#include "char
acter
.h"
/* Record one cached position found recently by
buf_charpos_to_bytepos or buf_bytepos_to_charpos. */
...
...
src/minibuf.c
View file @
83be827a
...
...
@@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */
#include "lisp.h"
#include "commands.h"
#include "buffer.h"
#include "char
set
.h"
#include "char
acter
.h"
#include "dispextern.h"
#include "keyboard.h"
#include "frame.h"
...
...
src/msdos.c
View file @
83be827a
...
...
@@ -55,7 +55,7 @@ Boston, MA 02111-1307, USA. */
#include "dispextern.h"
#include "dosfns.h"
#include "termopts.h"
#include "char
set
.h"
#include "char
acter
.h"
#include "coding.h"
#include "disptab.h"
#include "frame.h"
...
...
src/w16select.c
View file @
83be827a
...
...
@@ -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 "char
set
.h"
#include "char
acter
.h"
#include "coding.h"
/* If ever some function outside this file will need to call any
...
...
src/w32bdf.c
View file @
83be827a
...
...
@@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. */
#endif
#include "lisp.h"
#include "char
set
.h"
#include "char
acter
.h"
#include "keyboard.h"
#include "frame.h"
#include "dispextern.h"
...
...
src/w32console.c
View file @
83be827a
...
...
@@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA.
#include <string.h>
#include "lisp.h"
#include "char
set
.h"
#include "char
acter
.h"
#include "coding.h"
#include "disptab.h"
#include "termhooks.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment