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 "CMU Common Lisp".
The branch, master has been updated via 237b7a2e6b6c129db4a185d76760fa2ef0825324 (commit) from 0174bfebdb2ed8edbdf5b3dade4fd64965d4a9f4 (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 237b7a2e6b6c129db4a185d76760fa2ef0825324 Author: Raymond Toy toy.raymond@gmail.com Date: Fri Feb 1 19:10:52 2013 -0800
Fix typo in string.
diff --git a/src/code/float-trap.lisp b/src/code/float-trap.lisp index d7bab6f..0995883 100644 --- a/src/code/float-trap.lisp +++ b/src/code/float-trap.lisp @@ -331,7 +331,7 @@ (error 'arithmetic-error :operation fop :operands operands) - (error _"SIGFPE with no exceptions currently enabled? (si-code = ~D" + (error _"SIGFPE with no exceptions currently enabled? (si-code = ~D)" code)))))))
;;; WITH-FLOAT-TRAPS-MASKED -- Public
-----------------------------------------------------------------------
Summary of changes: src/code/float-trap.lisp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive