comparison src/syntax.c @ 78:c7528f8e288d r20-0b34

Import from CVS: tag r20-0b34
author cvs
date Mon, 13 Aug 2007 09:05:42 +0200
parents 131b0175ea99
children 821dec489c24
comparison
equal deleted inserted replaced
77:6cb4f478e7bc 78:c7528f8e288d
326 return Qnil; 326 return Qnil;
327 } 327 }
328 328
329 329
330 330
331 INLINE int 331 static int
332 word_constituent_p (struct buffer *buf, Bufpos pos, 332 word_constituent_p (struct buffer *buf, Bufpos pos,
333 struct Lisp_Char_Table *tab) 333 struct Lisp_Char_Table *tab)
334 { 334 {
335 enum syntaxcode code = SYNTAX_UNSAFE (tab, BUF_FETCH_CHAR (buf, pos)); 335 enum syntaxcode code = SYNTAX_UNSAFE (tab, BUF_FETCH_CHAR (buf, pos));
336 return ((words_include_escapes && 336 return ((words_include_escapes &&