Mercurial > hg > xemacs-beta
comparison src/font-lock.c @ 280:7df0dd720c89 r21-0b38
Import from CVS: tag r21-0b38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:32:22 +0200 |
parents | c5d627a313b1 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
279:c20b2fb5bb0a | 280:7df0dd720c89 |
---|---|
659 struct buffer *buf = decode_buffer (buffer, 0); | 659 struct buffer *buf = decode_buffer (buffer, 0); |
660 find_context (buf, BUF_PT (buf)); | 660 find_context (buf, BUF_PT (buf)); |
661 return context_to_symbol (context_cache.context); | 661 return context_to_symbol (context_cache.context); |
662 } | 662 } |
663 | 663 |
664 DEFUN ("buffer-syntactic-context-depth", | 664 DEFUN ("buffer-syntactic-context-depth", Fbuffer_syntactic_context_depth, |
665 Fbuffer_syntactic_context_depth, 0, 1, 0, /* | 665 0, 1, 0, /* |
666 Return the depth within all parenthesis-syntax delimiters at point. | 666 Return the depth within all parenthesis-syntax delimiters at point. |
667 If BUFFER is nil or omitted, the current buffer is assumed. | 667 If BUFFER is nil or omitted, the current buffer is assumed. |
668 WARNING: this may alter match-data. | 668 WARNING: this may alter match-data. |
669 */ | 669 */ |
670 (buffer)) | 670 (buffer)) |