]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-dot.el
Update copyright year to 2016
[gnu-emacs] / lisp / org / ob-dot.el
index 21a40b34f4999cf0bf7f6f7681263cd78d59f0b2..40ee497a514cca858a183c1428b974301251651a 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ob-dot.el --- org-babel functions for dot evaluation
 
-;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2016 Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
@@ -53,7 +53,7 @@
             (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)