]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-lilypond.el
Backslash cleanup in Elisp source files
[gnu-emacs] / lisp / org / ob-lilypond.el
index 5391edff5fc9c5de0bc1280eb170176c06b9b468..04eab7c31dd784237f4e42af31f9b9fb33e65643 100644 (file)
@@ -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)