diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-02-14 06:08:30 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-02-14 06:08:30 +0100 |
commit | 24ae4c34e08cd07945044f605b2d8a0306cc78c3 (patch) | |
tree | 00b3d1981e1f8c02ef8b9411685e3c27fe90fadc /elisp/geiser-syntax.el | |
parent | 6287a845e278af6ccb91fe9eb0e073fd913d3b89 (diff) | |
download | geiser-guile-24ae4c34e08cd07945044f605b2d8a0306cc78c3.tar.gz geiser-guile-24ae4c34e08cd07945044f605b2d8a0306cc78c3.tar.bz2 |
Guile: indentation for `with-error-to-port`
Diffstat (limited to 'elisp/geiser-syntax.el')
-rw-r--r-- | elisp/geiser-syntax.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/elisp/geiser-syntax.el b/elisp/geiser-syntax.el index 9f4da86..a053096 100644 --- a/elisp/geiser-syntax.el +++ b/elisp/geiser-syntax.el @@ -1,6 +1,6 @@ ;;; geiser-syntax.el -- utilities for parsing scheme syntax -;; Copyright (C) 2009, 2010 Jose Antonio Ortega Ruiz +;; Copyright (C) 2009, 2010, 2011 Jose Antonio Ortega Ruiz ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the Modified BSD License. You should @@ -82,6 +82,7 @@ (with-handlers 1) (with-handlers: 1) (with-method 1) + (with-error-to-port 1) (with-syntax 1)) |