summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-02-14 06:08:30 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-02-14 06:08:30 +0100
commit24ae4c34e08cd07945044f605b2d8a0306cc78c3 (patch)
tree00b3d1981e1f8c02ef8b9411685e3c27fe90fadc
parent6287a845e278af6ccb91fe9eb0e073fd913d3b89 (diff)
downloadgeiser-guile-24ae4c34e08cd07945044f605b2d8a0306cc78c3.tar.gz
geiser-guile-24ae4c34e08cd07945044f605b2d8a0306cc78c3.tar.bz2
Guile: indentation for `with-error-to-port`
-rw-r--r--elisp/geiser-syntax.el3
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))