emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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

Index: keymap.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/keymap.c,v
retrieving revision 1.354
retrieving revision 1.355
diff -u -b -r1.354 -r1.355
--- keymap.c    7 May 2007 20:49:55 -0000       1.354
+++ keymap.c    8 Jun 2007 20:10:01 -0000       1.355
@@ -2188,7 +2188,7 @@
          len += 2;
        }
       else if (len == 0)
-       return empty_string;
+       return empty_unibyte_string;
       return Fconcat (len - 1, args);
     }
 




reply via email to

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