lang/php: fix interpolation in unquoted lambda

This commit is contained in:
Henrik Lissner
2018-08-09 01:02:47 +02:00
parent 56fcad4970
commit 3131bda98c

View File

@ -58,7 +58,7 @@
(unless (file-exists-p (concat php-extras-eldoc-functions-file ".el"))
(message "Generating PHP eldoc files...")
(require 'async)
(async-start (lambda ()
(async-start `(lambda ()
,(async-inject-variables "\\`\\(load-path\\|php-extras-eldoc-functions-file\\)$")
(require 'php-extras-gen-eldoc)
(php-extras-generate-eldoc-1 t))