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"



_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to