]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_catch_errors_unwind): Fix missing return value.
authorAndreas Schwab <schwab@suse.de>
Sun, 5 Mar 2006 10:46:41 +0000 (10:46 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 5 Mar 2006 10:46:41 +0000 (10:46 +0000)
src/ChangeLog
src/xselect.c

index 11fe6f910e409b9ed007dc2c3382553b13220652..e3b3fbbe0c056fda8a13662c64fee7fd5763b5d4 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-05  Andreas Schwab  <schwab@suse.de>
+
+       * xselect.c (x_catch_errors_unwind): Fix missing return value.
+
 2006-03-02  Kim F. Storm  <storm@cua.dk>
 
        * frame.h (struct frame): New member n_tool_bar_rows.
index 30739c7433169b492624e422857c03de8014c666..9c2c221c02190d0e80c8b2e1d50f3075fb10e081 100644 (file)
@@ -620,6 +620,7 @@ x_catch_errors_unwind (dummy)
   BLOCK_INPUT;
   x_uncatch_errors ();
   UNBLOCK_INPUT;
+  return Qnil;
 }
 \f