geiser-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Geiser-users] [PATCH] Indent Guile's `with-mutex'


From: Diogo F. S. Ramos
Subject: [Geiser-users] [PATCH] Indent Guile's `with-mutex'
Date: Wed, 26 Mar 2014 03:22:12 -0300

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))
 
 
 
-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]