diff src/keyboard.c @ 71981:802436ff7a47

(recursive_edit_1): Use xsignal1.
author Kim F. Storm <storm@cua.dk>
date Tue, 18 Jul 2006 13:28:16 +0000
parents 4bc25e59ebd1
children 3cc6bfe3a15d 8a8e69664178
line wrap: on
line diff
--- a/src/keyboard.c	Tue Jul 18 13:28:09 2006 +0000
+++ b/src/keyboard.c	Tue Jul 18 13:28:16 2006 +0000
@@ -1006,7 +1006,7 @@
   /* Handle throw from read_minibuf when using minibuffer
      while it's active but we're in another window.  */
   if (STRINGP (val))
-    Fsignal (Qerror, Fcons (val, Qnil));
+    xsignal1 (Qerror, val);
 
   return unbind_to (count, Qnil);
 }