summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2014-10-10 11:11:06 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2014-10-10 11:11:06 +0200
commitfac4677e510d54956b9736e1db5a89b5aebed128 (patch)
treea3c91f3eab766724d68db157fa67842aae021174
parent780db69cdf2f805d386f682c304aee77d78e15ca (diff)
parent88457acff411eca9b32c04b4bc100ef094a23c5c (diff)
downloadorg-mode-fac4677e510d54956b9736e1db5a89b5aebed128.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/ox.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ox.el b/lisp/ox.el
index ec52203..0da9bc2 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -5843,7 +5843,7 @@ and `org-export-to-file' for more specialized functions."
;; Register running process in stack.
(org-export-add-to-stack (get-buffer ,proc-buffer) nil ,process)
;; Set-up sentinel in order to catch results.
- (let ((handler ,fun))
+ (let ((handler ',fun))
(set-process-sentinel
,process
`(lambda (p status)