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