From: fred Date: Wed, 27 Mar 2002 00:33:12 +0000 (+0000) Subject: lilypond-1.3.108 X-Git-Tag: release/1.5.59~1113 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4bd5bf352081080c35f42f625afdbc030b41679e;p=lilypond.git lilypond-1.3.108 --- diff --git a/lily/lily-guile.cc b/lily/lily-guile.cc index 39dfa8c57e..09447caa19 100644 --- a/lily/lily-guile.cc +++ b/lily/lily-guile.cc @@ -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. diff --git a/lilypond-mode.el b/lilypond-mode.el index 6e3de95f4d..c833e3b0b8 100644 --- a/lilypond-mode.el +++ b/lilypond-mode.el @@ -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.