diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-03-16 08:15:32 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-03-16 08:15:32 +0000 |
commit | 94c5b748fad40cb66e0c7b6f600c5bc1ac30ebff (patch) | |
tree | 2556922d60a252781bc97def17ced435d871390f /editors/xemacs-devel-mule/files/patch-syntax.c | |
parent | Add fixrtf, an utility that is intended for use with the (diff) |
- Update to 21.5-b25 "eggplant".
- Fix build with gtk support.
- Disable experimental features and add this features to WITH_EXPERIMENTAL
option(it's improve perfomance and stability in default build).
Notes
Notes:
svn path=/head/; revision=157388
Diffstat (limited to 'editors/xemacs-devel-mule/files/patch-syntax.c')
-rw-r--r-- | editors/xemacs-devel-mule/files/patch-syntax.c | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/editors/xemacs-devel-mule/files/patch-syntax.c b/editors/xemacs-devel-mule/files/patch-syntax.c deleted file mode 100644 index 03b48561efbd..000000000000 --- a/editors/xemacs-devel-mule/files/patch-syntax.c +++ /dev/null @@ -1,37 +0,0 @@ -Index: syntax.c -=================================================================== -RCS file: /pack/xemacscvs/XEmacs/xemacs/src/syntax.c,v -retrieving revision 1.25 -retrieving revision 1.26 -diff -u -r1.25 -r1.26 ---- src/syntax.c 2005/11/25 01:42:06 1.25 -+++ src/syntax.c 2005/12/18 22:55:52 1.26 -@@ -613,7 +613,7 @@ - { - *multi_p_out = 1; - /* !!#### get this right */ -- return Spunct; -+ return Sword; - } - - #endif -@@ -2296,8 +2296,8 @@ - if (!EQ (table, Vstandard_syntax_table) && !NILP (Vstandard_syntax_table)) - map_char_table (Vstandard_syntax_table, &range, - copy_if_not_already_present, LISP_TO_VOID (mirrortab)); -- /* The resetting made the default be Qnil. Put it back to Spunct. */ -- set_char_table_default (mirrortab, make_int (Spunct)); -+ /* The resetting made the default be Qnil. Put it back to Sword. */ -+ set_char_table_default (mirrortab, make_int (Sword)); - XCHAR_TABLE (mirrortab)->dirty = 0; - } - -@@ -2419,7 +2419,7 @@ - Smax); - staticpro (&Vsyntax_designator_chars_string); - -- set_char_table_default (Vstandard_syntax_table, make_int (Spunct)); -+ set_char_table_default (Vstandard_syntax_table, make_int (Sword)); - - for (i = 0; i <= 32; i++) /* Control 0 plus SPACE */ - Fput_char_table (make_char (i), make_int (Swhitespace), |