]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.108
authorfred <fred>
Wed, 27 Mar 2002 00:33:12 +0000 (00:33 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:33:12 +0000 (00:33 +0000)
lily/lily-guile.cc
lilypond-mode.el

index 39dfa8c57e3a4072bed8647193fe1fa4ebbcb57a..09447caa1911de018b465b03dfb74a4a31d20b55 100644 (file)
@@ -30,8 +30,6 @@ ly_str02scm (char const*c)
   return gh_str02scm ((char*)c);
 }
 
-
-
 /*
   Pass string to scm parser, evaluate one expression.
   Return result value and #chars read.
index 6e3de95f4d0ccd3feae29ebe7f461fc6eb707240..c833e3b0b854f831faae174b991670ebc7d41da3 100644 (file)
@@ -114,7 +114,7 @@ in LilyPond-include-path."
 
 ;; This is the major configuration variable.
 (defcustom LilyPond-command-alist
-  '(
+  `(
     ("LilyPond" . ("lilypond %s" . "TeX"))
     ("TeX" . ("tex '\\nonstopmode\\input %t'" . "View"))
     
@@ -122,7 +122,7 @@ in LilyPond-include-path."
     ("SmartView" . ("xdvi %d" . "LilyPond"))
     
     ;; refreshes when kicked USR1
-    ("View" . ((concat LilyPond-xdvi-command " %d") . "LilyPond"))
+    ("View" . (,(concat LilyPond-xdvi-command " %d") . "LilyPond"))
     )
 
   "AList of commands to execute on the current document.