projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfc3783
)
eval-interactive: avoid a broken eval due to an unbound *
author
Alfredo Beaumont
<alfredo.beaumont@gmail.com>
Thu, 25 Apr 2013 22:18:54 +0000
(
00:18
+0200)
committer
Alfredo Beaumont
<alfredo.beaumont@gmail.com>
Thu, 25 Apr 2013 22:19:07 +0000
(
00:19
+0200)
src/toplevel.lisp
patch
|
blob
|
history
diff --git
a/src/toplevel.lisp
b/src/toplevel.lisp
index
1167cfb
..
4bcb08d
100644
(file)
--- a/
src/toplevel.lisp
+++ b/
src/toplevel.lisp
@@
-40,6
+40,9
@@
*** **
** *
* (car results)))
+ (unless (boundp '*)
+ ;; FIXME: Handle error
+ (setf * nil))
(setf +++ ++
++ +
+ -)