mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
(wordify): Use empty_unibyte_string.
This commit is contained in:
parent
f130225375
commit
c60416e0c7
1 changed files with 1 additions and 1 deletions
|
|
@ -2095,7 +2095,7 @@ wordify (string)
|
|||
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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue