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 | 911a1fc178d9399a62b3742bffb992a41a7a197a (patch) | |
| tree | 1b428d8a041765c14358f0a48f27e0a3e0e2a34e /elisp/geiser-syntax.el | |
| parent | d7805560c066359595e67d7edb60769861e1e2e6 (diff) | |
| download | geiser-guile-911a1fc178d9399a62b3742bffb992a41a7a197a.tar.gz geiser-guile-911a1fc178d9399a62b3742bffb992a41a7a197a.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)  | 
