emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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

Index: xterm.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xterm.c,v
retrieving revision 1.946
retrieving revision 1.947
diff -u -b -r1.946 -r1.947
--- xterm.c     22 May 2007 08:29:09 -0000      1.946
+++ xterm.c     8 Jun 2007 20:06:31 -0000       1.947
@@ -10649,7 +10649,7 @@
            UNBLOCK_INPUT;
            dpyinfo->kboard->Vsystem_key_alist
              = call1 (Qvendor_specific_keysyms,
-                      build_string (vendor ? vendor : ""));
+                      vendor ? build_string (vendor) : empty_unibyte_string);
            BLOCK_INPUT;
          }
 




reply via email to

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