emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/geiser-guile 362354d 241/284: Indent Guile's `with-mutex'


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-guile 362354d 241/284: Indent Guile's `with-mutex'
Date: Sun, 1 Aug 2021 18:29:52 -0400 (EDT)

branch: elpa/geiser-guile
commit 362354d4dca7809c79b37873ed2da05cbdcf459b
Author: Diogo F. S. Ramos <dfsr@riseup.net>
Commit: Jose Antonio Ortega Ruiz <jao@gnu.org>

    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

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