From 6e019adde8f27ae16848296da7904c29f7845b4b Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Sun, 26 Dec 2010 06:54:44 +0000
Subject: Indent let decently.

git-svn-id: http://svn.drobilla.net/resp/resp@351 ad02d1e2-f140-0410-9f75-f8b11f17cedd
---
 support/emacs/resp.el | 1 +
 1 file changed, 1 insertion(+)

(limited to 'support/emacs')

diff --git a/support/emacs/resp.el b/support/emacs/resp.el
index d3a6301..515f4e5 100644
--- a/support/emacs/resp.el
+++ b/support/emacs/resp.el
@@ -384,6 +384,7 @@ See `run-hooks'."
 (put 'def 'resp-indent-function 1)
 (put 'match 'resp-indent-function 1)
 (put 'fn 'resp-indent-function 1)
+(put 'let 'resp-indent-function 'resp-let-indent)
 
 
 (provide 'resp)
-- 
cgit v1.2.1