freebsd-ports/editors/xemacs-devel-mule/files/patch-objects-x.c
Andrey Slusar 39d4d3829a * Windows-1251 coding system now supported without any options.
* Fixed performance issues.
* Fixed setting the default character class to word, not whitespace.

Approved by:	sem(mentor)
2005-12-22 19:50:57 +00:00

17 lines
533 B
C

Index: objects-x.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/objects-x.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- src/objects-x.c 2005/11/26 18:25:03 1.30
+++ src/objects-x.c 2005/12/20 22:01:52 1.31
@@ -1175,7 +1175,7 @@
Extbyte **names;
int count = 0;
const Extbyte *patternext;
- Lisp_Object result = Qunbound;
+ Lisp_Object result = Qnil;
int i;
/* #### with Xft need to handle second stage here -- sjt