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

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

[elpa] externals/compat 79148da: Remove debugging code from named-let


From: ELPA Syncer
Subject: [elpa] externals/compat 79148da: Remove debugging code from named-let
Date: Tue, 2 Nov 2021 13:57:18 -0400 (EDT)

branch: externals/compat
commit 79148dad3577d83736f8daa81c2fe41bcf1aaf72
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Remove debugging code from named-let
---
 compat-28.1.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compat-28.1.el b/compat-28.1.el
index a722129..f44b144 100644
--- a/compat-28.1.el
+++ b/compat-28.1.el
@@ -436,7 +436,6 @@ as the new values of the bound variables in the recursive 
invocation."
                                ((null conds) ;last element
                                 (list t (funcall tco (car branch))))
                                ((progn
-                                  (message "=> %S" branch)
                                   branch)))
                               body)))
                     (cons 'cond (nreverse body))))



reply via email to

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