]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-dot.el
Update copyright year to 2016
[gnu-emacs] / lisp / org / ob-dot.el
index 7504264137437e86b675a5c586ab9d6a5a3ce117..40ee497a514cca858a183c1428b974301251651a 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ob-dot.el --- org-babel functions for dot evaluation
 
-;; Copyright (C) 2009-2013 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)