summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2012-01-17 00:15:00 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2012-01-17 00:15:00 +0100
commitfd617a8f0cde31ed2ddfde1cac8bd2bfb6099e79 (patch)
tree707f158a6679f8a8d20889989ed95e6caaad0101
parentf3c6c8dc2d96960375e773eb86a481d678b58cfa (diff)
downloadgeiser-guile-fd617a8f0cde31ed2ddfde1cac8bd2bfb6099e79.tar.gz
geiser-guile-fd617a8f0cde31ed2ddfde1cac8bd2bfb6099e79.tar.bz2
Correct indentation for syntax-id-rules
Hat tip Marijn.
-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 a053096..34bddce 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, 2011 Jose Antonio Ortega Ruiz
+;; Copyright (C) 2009, 2010, 2011, 2012 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
@@ -69,6 +69,7 @@
(send* 1)
(sigaction 1)
(syntax-case 2)
+ (syntax-id-rules defun)
(syntax/loc 1)
(type-case defun)
(unit defun)