/[emacs]/emacs/src/syntax.h
ViewVC logotype

Diff of /emacs/src/syntax.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37.2.1 by handa, Fri Mar 1 01:48:16 2002 UTC revision 1.37.2.2 by handa, Tue Mar 5 00:09:36 2002 UTC
# Line 58  enum syntaxcode Line 58  enum syntaxcode
58  /* Set the syntax entry VAL for char C in table TABLE.  */  /* Set the syntax entry VAL for char C in table TABLE.  */
59    
60  #define SET_RAW_SYNTAX_ENTRY(table, c, val)     \  #define SET_RAW_SYNTAX_ENTRY(table, c, val)     \
61    CHAR_TABLE_SET ((table), make_number (c), (val))    CHAR_TABLE_SET ((table), c, (val))
62    
63  /* Set the syntax entry VAL for char-range RANGE in table TABLE.  /* Set the syntax entry VAL for char-range RANGE in table TABLE.
64     RANGE is a cons (FROM . TO) specifying the range of characters.  */     RANGE is a cons (FROM . TO) specifying the range of characters.  */

Legend:
Removed from v.1.37.2.1  
changed lines
  Added in v.1.37.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26