Mercurial > emacs
changeset 39805:e9374c065e86
(wordify): Use empty_string.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 12 Oct 2001 02:24:34 +0000 |
parents | b5d09b92489c |
children | 171753f5a65e |
files | src/search.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/search.c Fri Oct 12 02:12:28 2001 +0000 +++ b/src/search.c Fri Oct 12 02:24:34 2001 +0000 @@ -1971,7 +1971,7 @@ 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))