[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/disptab.h
From: |
Ken Raeburn |
Subject: |
[Emacs-diffs] Changes to emacs/src/disptab.h |
Date: |
Sun, 14 Jul 2002 20:00:47 -0400 |
Index: emacs/src/disptab.h
diff -c emacs/src/disptab.h:1.16 emacs/src/disptab.h:1.17
*** emacs/src/disptab.h:1.16 Fri Nov 21 09:46:31 1997
--- emacs/src/disptab.h Sun Jul 14 20:00:36 2002
***************
*** 90,97 ****
/* Assuming that GLYPH_SIMPLE_P (BASE, LEN, G) is 0,
return the length and the address of the character-sequence
used for outputting GLYPH G. */
! #define GLYPH_LENGTH(base,g) XSTRING (base[g])->size
! #define GLYPH_STRING(base,g) XSTRING (base[g])->data
/* GLYPH for a space character. */
--- 90,97 ----
/* Assuming that GLYPH_SIMPLE_P (BASE, LEN, G) is 0,
return the length and the address of the character-sequence
used for outputting GLYPH G. */
! #define GLYPH_LENGTH(base,g) SCHARS (base[g])
! #define GLYPH_STRING(base,g) SDATA (base[g])
/* GLYPH for a space character. */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/disptab.h,
Ken Raeburn <=