Mercurial > hg > xemacs-beta
diff src/search.c @ 507:167135c7a7ae
[xemacs-hg @ 2001-05-05 10:10:36 by martinb]
Target of a DEFVAR_INT should be a Fixnum, not int.
author | martinb |
---|---|
date | Sat, 05 May 2001 10:10:42 +0000 |
parents | 7039e6323819 |
children | 183866b06e0b |
line wrap: on
line diff
--- a/src/search.c Sat May 05 08:40:06 2001 +0000 +++ b/src/search.c Sat May 05 10:10:42 2001 +0000 @@ -104,7 +104,7 @@ /* Regular expressions used in forward/backward-word */ Lisp_Object Vforward_word_regexp, Vbackward_word_regexp; -int warn_about_possibly_incompatible_back_references; +Fixnum warn_about_possibly_incompatible_back_references; /* range table for use with skip_chars. Only needed for Mule. */ Lisp_Object Vskip_chars_range_table;