diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-09-07 00:22:37 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-09-07 00:22:37 +0200 |
commit | c21b375451a6b47bcb922514a962c9e2dabcf3f0 (patch) | |
tree | 82dde22765365cb113bbd4d1354c0bf1495d5f86 /elisp/geiser-syntax.el | |
parent | 5f2d19e28bfe4860eaadd46010b29d34da8fc918 (diff) | |
download | geiser-c21b375451a6b47bcb922514a962c9e2dabcf3f0.tar.gz geiser-c21b375451a6b47bcb922514a962c9e2dabcf3f0.tar.bz2 |
Support for evaluation warnings
Diffstat (limited to 'elisp/geiser-syntax.el')
-rw-r--r-- | elisp/geiser-syntax.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/elisp/geiser-syntax.el b/elisp/geiser-syntax.el index 1247cf6..551ee6a 100644 --- a/elisp/geiser-syntax.el +++ b/elisp/geiser-syntax.el @@ -47,6 +47,7 @@ (let+ 1) (let: 1) (letrec: 1) + (letrec* 1) (letrec-values 1) (letrec-values: 1) (let-values 1) @@ -73,6 +74,9 @@ (unless 1) (when 1) (while 1) + (with-fluid* 1) + (with-fluids 1) + (with-fluids* 1) (with-handlers 1) (with-handlers: 1) (with-method 1) |