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

Diff of /emacs/src/syntax.c

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

revision 1.180 by monnier, Sat Dec 11 21:59:15 2004 UTC revision 1.181 by lektu, Thu Jun 23 16:15:29 2005 UTC
# Line 923  text property.  */) Line 923  text property.  */)
923    p = SDATA (string);    p = SDATA (string);
924    code = (enum syntaxcode) syntax_spec_code[*p++];    code = (enum syntaxcode) syntax_spec_code[*p++];
925    if (((int) code & 0377) == 0377)    if (((int) code & 0377) == 0377)
926      error ("invalid syntax description letter: %c", p[-1]);      error ("Invalid syntax description letter: %c", p[-1]);
927    
928    if (code == Sinherit)    if (code == Sinherit)
929      return Qnil;      return Qnil;

Legend:
Removed from v.1.180  
changed lines
  Added in v.1.181

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