Mercurial > emacs
comparison src/abbrev.c @ 23715:c69d612b0819
Include charset.h.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 16 Nov 1998 01:17:06 +0000 |
parents | c8e47ec53eb6 |
children | 8a812a76af70 |
comparison
equal
deleted
inserted
replaced
23714:e1072726334b | 23715:c69d612b0819 |
---|---|
23 #include <stdio.h> | 23 #include <stdio.h> |
24 #include "lisp.h" | 24 #include "lisp.h" |
25 #include "commands.h" | 25 #include "commands.h" |
26 #include "buffer.h" | 26 #include "buffer.h" |
27 #include "window.h" | 27 #include "window.h" |
28 #include "charset.h" | |
28 #include "syntax.h" | 29 #include "syntax.h" |
29 | 30 |
30 /* An abbrev table is an obarray. | 31 /* An abbrev table is an obarray. |
31 Each defined abbrev is represented by a symbol in that obarray | 32 Each defined abbrev is represented by a symbol in that obarray |
32 whose print name is the abbreviation. | 33 whose print name is the abbreviation. |