summaryrefslogtreecommitdiff
path: root/lisp/ob-lilypond.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ob-lilypond.el')
-rw-r--r--lisp/ob-lilypond.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ob-lilypond.el b/lisp/ob-lilypond.el
index c7ad576..eba8423 100644
--- a/lisp/ob-lilypond.el
+++ b/lisp/ob-lilypond.el
@@ -1,6 +1,6 @@
;;; ob-lilypond.el --- org-babel functions for lilypond evaluation
-;; Copyright (C) 2010-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
;; Author: Martyn Jago
;; Keywords: babel language, literate programming
@@ -130,7 +130,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)