Merge branch 'bugfix'
This commit is contained in:
commit
0608ae1062
|
@ -187,7 +187,7 @@ code."
|
||||||
;; value of the variable
|
;; value of the variable
|
||||||
(mapc (lambda (pair)
|
(mapc (lambda (pair)
|
||||||
(setq body (replace-regexp-in-string
|
(setq body (replace-regexp-in-string
|
||||||
(format "\\$%s" (car pair)) (cdr pair) body)))
|
(format "\\$%s" (car pair)) (cdr pair) body t t)))
|
||||||
vars)
|
vars)
|
||||||
(when prologue (funcall add-to-body prologue))
|
(when prologue (funcall add-to-body prologue))
|
||||||
(when epilogue (setq body (concat body "\n" epilogue)))
|
(when epilogue (setq body (concat body "\n" epilogue)))
|
||||||
|
|
Loading…
Reference in New Issue