* Set `backtrace-line-length' in async worker processes
Philip Brown <pdbrown.git@gmail.com> * lisp/emacs-lisp/comp.el (comp-run-async-workers): Set backtrace-line-length in async worker processes. Copyright-paperwork-exempt: yes
This commit is contained in:
parent
0a7ac0b550
commit
88100bed0a
1 changed files with 2 additions and 0 deletions
|
@ -3802,6 +3802,8 @@ display a message."
|
|||
source-file (comp-el-to-eln-filename source-file)))
|
||||
do (let* ((expr `(progn
|
||||
(require 'comp)
|
||||
,(when (boundp 'backtrace-line-length)
|
||||
`(setf backtrace-line-length ,backtrace-line-length))
|
||||
(setf comp-speed ,comp-speed
|
||||
comp-debug ,comp-debug
|
||||
comp-verbose ,comp-verbose
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue