lilypond-devel
[Top][All Lists]
Advanced

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

Remove redundant (and) in ly/init.ly (issue 209320043 by address@hidden)


From: lilyliska
Subject: Remove redundant (and) in ly/init.ly (issue 209320043 by address@hidden)
Date: Fri, 06 Mar 2015 10:45:14 +0000

Reviewers: ,

Message:
See discussion here:
http://lists.gnu.org/archive/html/lilypond-user/2015-03/msg00180.html

Description:
Remove redundant (and) in ly/init.ly

This (and) construct is redundant because the first expression is
explicitly #t.

Please review this at https://codereview.appspot.com/209320043/

Affected files (+1, -1 lines):
  M ly/init.ly


Index: ly/init.ly
diff --git a/ly/init.ly b/ly/init.ly
index 8265d171cf2ab3f9ae632ddf722ab4a3a402f99e..f007046c1b74bf867fde5a2494146089f89b1fbe 100644
--- a/ly/init.ly
+++ b/ly/init.ly
@@ -1,7 +1,7 @@
 %% Toplevel initialisation file.

 %% switch on debugging.
-#(if (and #t (defined? 'set-debug-cell-accesses!))
+#(if (defined? 'set-debug-cell-accesses!)
   (set-debug-cell-accesses! 5000))

 \version "2.16.0"





reply via email to

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