emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/disptab.h


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/disptab.h
Date: Fri, 04 Apr 2003 01:23:49 -0500

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.  */
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]