diff options
author | Alex Kost <alezost@gmail.com> | 2016-04-10 10:57:11 +0300 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2016-04-23 02:18:41 +0200 |
commit | bbb407ea7f44da7cc05a2be875afedade8697357 (patch) | |
tree | 77021188b97676abbed3ad7d9f468f403dba9115 | |
parent | 78d5866d16f2718ddffe1c0646fc59cffe785d9b (diff) | |
download | geiser-bbb407ea7f44da7cc05a2be875afedade8697357.tar.gz geiser-bbb407ea7f44da7cc05a2be875afedade8697357.tar.bz2 |
Fix indentation of named 'match-let'
This fixes a regression introduced by commit
424553e017718c54e219212b27a32b341ec6bd28.
-rw-r--r-- | elisp/geiser-syntax.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/geiser-syntax.el b/elisp/geiser-syntax.el index 022c4a0..ea972e9 100644 --- a/elisp/geiser-syntax.el +++ b/elisp/geiser-syntax.el @@ -41,7 +41,7 @@ (match 1) (match-lambda 0) (match-lambda* 0) - (match-let 1) + (match-let scheme-let-indent) (match-let* 1) (match-letrec 1) (opt-lambda 1) |