guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-15-66-gaa


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-15-66-gaae64b3
Date: Sat, 12 Feb 2011 14:55:26 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=aae64b37e57eda2354ecffa54a213cfa722543de

The branch, master has been updated
       via  aae64b37e57eda2354ecffa54a213cfa722543de (commit)
      from  4a46bc2a5f9a0d992c67e0be3eab64077b8421a6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit aae64b37e57eda2354ecffa54a213cfa722543de
Author: Andy Wingo <address@hidden>
Date:   Sat Feb 12 15:58:21 2011 +0100

    fix scm-error invocation on SIGINT in top-repl.scm
    
    * module/ice-9/top-repl.scm (call-with-sigint): Pass '() as the format
      args when invoking scm-error, to ensure that the error is printable.

-----------------------------------------------------------------------

Summary of changes:
 module/ice-9/top-repl.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/module/ice-9/top-repl.scm b/module/ice-9/top-repl.scm
index 291d9e5..64c0239 100644
--- a/module/ice-9/top-repl.scm
+++ b/module/ice-9/top-repl.scm
@@ -35,7 +35,7 @@
               (set! handler
                     (sigaction SIGINT
                       (lambda (sig)
-                        (scm-error 'signal #f "User interrupt" #f
+                        (scm-error 'signal #f "User interrupt" '()
                                    (list sig))))))
             thunk
             (lambda ()


hooks/post-receive
-- 
GNU Guile



reply via email to

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