projects
/
org-mode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1d8ba5a
)
org-export: Fix compilation for Emacsen <= 23
author
Nicolas Goaziou
<n.goaziou@gmail.com>
Wed, 16 Jan 2013 16:42:36 +0000 (17:42 +0100)
committer
Nicolas Goaziou
<n.goaziou@gmail.com>
Wed, 16 Jan 2013 18:27:38 +0000 (19:27 +0100)
* contrib/lisp/org-export.el (org-export-async-start): Fix compilation
for Emacsen <= 23.
contrib/lisp/org-export.el
patch
|
blob
|
history
diff --git
a/contrib/lisp/org-export.el
b/contrib/lisp/org-export.el
index
d2398a7
..
8702e41
100644
(file)
--- a/
contrib/lisp/org-export.el
+++ b/
contrib/lisp/org-export.el
@@
-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)