projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58fe4f9
)
(FACE_CACHEL_FONT): Use `MIN_LEADING_BYTE' instead of 128.
author
tomo
<tomo>
Thu, 26 Aug 1999 05:33:58 +0000
(
05:33
+0000)
committer
tomo
<tomo>
Thu, 26 Aug 1999 05:33:58 +0000
(
05:33
+0000)
src/faces.h
patch
|
blob
|
history
diff --git
a/src/faces.h
b/src/faces.h
index
c2e821d
..
697b2f8
100644
(file)
--- a/
src/faces.h
+++ b/
src/faces.h
@@
-281,7
+281,7
@@
void default_face_height_and_width_1 (Lisp_Object domain,
int *height, int *width);
#define FACE_CACHEL_FONT(cachel, charset) \
- (cachel->font[XCHARSET_LEADING_BYTE (charset) - 128])
+ (cachel->font[XCHARSET_LEADING_BYTE (charset) - MIN_LEADING_BYTE])
#define WINDOW_FACE_CACHEL(window, index) \
Dynarr_atp ((window)->face_cachels, index)