/[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.152.2.5 by handa, Tue Sep 3 04:10:19 2002 UTC revision 1.152.2.6 by fx, Thu Sep 5 17:03:03 2002 UTC
# Line 3173  See the info node `(elisp)Syntax Propert Line 3173  See the info node `(elisp)Syntax Propert
3173                 doc: /* Non-nil means `forward-word', etc., should treat escape chars part of words.  */);                 doc: /* Non-nil means `forward-word', etc., should treat escape chars part of words.  */);
3174    
3175    DEFVAR_BOOL ("multibyte-syntax-as-symbol", &multibyte_syntax_as_symbol,    DEFVAR_BOOL ("multibyte-syntax-as-symbol", &multibyte_syntax_as_symbol,
3176                 doc: /* Non-nil means `scan-sexps' treats all multibyte characters as symbol.  */);                 doc: /* Non-nil means `scan-sexps' treats all multibyte characters as symbol constituents.  */);
3177    multibyte_syntax_as_symbol = 0;    multibyte_syntax_as_symbol = 0;
3178    
3179    DEFVAR_BOOL ("open-paren-in-column-0-is-defun-start",    DEFVAR_BOOL ("open-paren-in-column-0-is-defun-start",

Legend:
Removed from v.1.152.2.5  
changed lines
  Added in v.1.152.2.6

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