projects
/
chise
/
xemacs-chise.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9540ad
)
(XCHAR_ID_TABLE): Deleted.
author
tomo
<tomo>
Mon, 3 Sep 2001 15:56:37 +0000
(15:56 +0000)
committer
tomo
<tomo>
Mon, 3 Sep 2001 15:56:37 +0000
(15:56 +0000)
(XSETCHAR_ID_TABLE): Deleted.
(CHAR_ID_TABLE_P): Deleted.
src/chartab.h
patch
|
blob
|
history
diff --git
a/src/chartab.h
b/src/chartab.h
index
0b95e5c
..
c3dae44
100644
(file)
--- a/
src/chartab.h
+++ b/
src/chartab.h
@@
-94,9
+94,6
@@
Lisp_Object put_byte_table (Lisp_Object table, unsigned char idx,
typedef struct Lisp_Char_Table Lisp_Char_ID_Table;
-#define XCHAR_ID_TABLE(x) XCHAR_TABLE(x)
-#define XSETCHAR_ID_TABLE(x, p) XSETCHAR_TABLE(x, p)
-#define CHAR_ID_TABLE_P(x) CHAR_TABLEP(x)
Lisp_Object make_char_id_table (Lisp_Object initval);