org-export: Fix compilation for Emacsen <= 23

* contrib/lisp/org-export.el (org-export-async-start): Fix compilation
  for Emacsen <= 23.
This commit is contained in:
Nicolas Goaziou 2013-01-16 17:42:36 +01:00
parent 1d8ba5a9cd
commit cf968c510c
1 changed files with 1 additions and 1 deletions

View File

@ -4988,7 +4988,7 @@ and
;; Set-up sentinel in order to catch results.
(set-process-sentinel
,process
(let ((handler #',fun))
(let ((handler ',fun))
`(lambda (p status)
(let ((proc-buffer (process-buffer p)))
(when (eq (process-status p) 'exit)