]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-lilypond.el
Update copyright year to 2016
[gnu-emacs] / lisp / org / ob-lilypond.el
index 5391edff5fc9c5de0bc1280eb170176c06b9b468..c271802f4f38c4b23f41e6884a9591ee3cc3c6bc 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ob-lilypond.el --- org-babel functions for lilypond evaluation
 
-;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2016 Free Software Foundation, Inc.
 
 ;; Author: Martyn Jago
 ;; Keywords: babel language, literate programming
@@ -111,7 +111,7 @@ blocks")
             (value (cdr pair)))
         (setq body
               (replace-regexp-in-string
-               (concat "\$" (regexp-quote name))
+               (concat "$" (regexp-quote name))
                (if (stringp value) value (format "%S" value))
                body))))
      vars)