branch: elpa/geiser-guile
commit 362354d4dca7809c79b37873ed2da05cbdcf459b
Author: Diogo F. S. Ramos <[email protected]>
Commit: Jose Antonio Ortega Ruiz <[email protected]>

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

Reply via email to