Przeglądaj źródła

Merge branch 'maint'

Nicolas Goaziou 10 lat temu
rodzic
commit
fac4677e51
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lisp/ox.el

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