From: Stefan Monnier Date: Fri, 12 Oct 2001 02:24:34 +0000 (+0000) Subject: (wordify): Use empty_string. X-Git-Tag: ttn-vms-21-2-B4~19549 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b07b65aaa283d063b156e42e0c75af9ebd6d2459;p=emacs.git (wordify): Use empty_string. --- diff --git a/src/search.c b/src/search.c index d9bddffeabf..f05f2cc0bf3 100644 --- a/src/search.c +++ b/src/search.c @@ -1971,7 +1971,7 @@ wordify (string) if (SYNTAX (prev_c) == Sword) word_count++; if (!word_count) - return build_string (""); + return empty_string; adjust = - punct_count + 5 * (word_count - 1) + 4; if (STRING_MULTIBYTE (string))