소스 검색

org-export: Fix compilation for Emacsen <= 23

* contrib/lisp/org-export.el (org-export-async-start): Fix compilation
  for Emacsen <= 23.
Nicolas Goaziou 12 년 전
부모
커밋
cf968c510c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contrib/lisp/org-export.el

+ 1 - 1
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)