From 362354d4dca7809c79b37873ed2da05cbdcf459b Mon Sep 17 00:00:00 2001 From: "Diogo F. S. Ramos" Date: Wed, 26 Mar 2014 03:22:12 -0300 Subject: Indent Guile's `with-mutex' Follow the convention for `with-' procedures. --- elisp/geiser-guile.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/elisp/geiser-guile.el b/elisp/geiser-guile.el index 5bfff4d..78ceb83 100644 --- a/elisp/geiser-guile.el +++ b/elisp/geiser-guile.el @@ -265,7 +265,8 @@ This function uses `geiser-guile-init-file' if it exists." (with-fluid* 1) (with-fluids 1) (with-fluids* 1) - (with-method 1)) + (with-method 1) + (with-mutex 1)) -- cgit v1.2.3