emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/search.c,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/search.c,v
Date: Fri, 08 Jun 2007 20:08:40 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/06/08 20:08:40

Index: search.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/search.c,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -b -r1.221 -r1.222
--- search.c    14 Jan 2007 03:24:37 -0000      1.221
+++ search.c    8 Jun 2007 20:08:39 -0000       1.222
@@ -2095,7 +2095,7 @@
   if (SYNTAX (prev_c) == Sword)
     word_count++;
   if (!word_count)
-    return empty_string;
+    return empty_unibyte_string;
 
   adjust = - punct_count + 5 * (word_count - 1) + 4;
   if (STRING_MULTIBYTE (string))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]