From: Juanma Barranquero Date: Fri, 8 Jun 2007 20:10:01 +0000 (+0000) Subject: (Fkey_description): Use empty_unibyte_string. X-Git-Tag: emacs-pretest-23.0.90~12387 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=de47a796fe209c698a6b3974b5633c458afabee4;p=emacs.git (Fkey_description): Use empty_unibyte_string. --- diff --git a/src/keymap.c b/src/keymap.c index dbcf1d6fcfd..109ef250c8b 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -2188,7 +2188,7 @@ spaces are put between sequence elements, etc. */) len += 2; } else if (len == 0) - return empty_string; + return empty_unibyte_string; return Fconcat (len - 1, args); }