emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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

Index: keyboard.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/keyboard.c,v
retrieving revision 1.904
retrieving revision 1.905
diff -u -b -r1.904 -r1.905
--- keyboard.c  3 Jun 2007 00:57:11 -0000       1.904
+++ keyboard.c  8 Jun 2007 20:11:04 -0000       1.905
@@ -1249,7 +1249,7 @@
   /* Use user's specified output function if any.  */
   if (!NILP (Vcommand_error_function))
     call3 (Vcommand_error_function, data,
-          build_string (context ? context : ""),
+          context ? build_string (context) : empty_unibyte_string,
           Vsignaling_function);
   /* If the window system or terminal frame hasn't been initialized
      yet, or we're not interactive, write the message to stderr and exit.  */




reply via email to

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