Fix #4995: adapt to renamed comp-* symbols

Adapting to native-comp changes on Emacs HEAD.
This commit is contained in:
Henrik Lissner 2021-05-08 14:19:53 -04:00
parent f3c496d295
commit 856f8b6aeb
2 changed files with 28 additions and 7 deletions

View file

@ -83,9 +83,11 @@
package-archives ',package-archives)
;; comp.el
(setq comp-deferred-compilation nil
comp-eln-load-path ',(bound-and-true-p comp-eln-load-path)
comp-async-env-modifier-form ',(bound-and-true-p comp-async-env-modifier-form)
comp-deferred-compilation-black-list ',(bound-and-true-p comp-deferred-compilation-black-list))
native-comp-eln-load-path ',(bound-and-true-p native-comp-eln-load-path)
native-comp-async-env-modifier-form ',(bound-and-true-p comp-async-env-modifier-form)
comp-deferred-compilation-black-list ',(bound-and-true-p comp-deferred-compilation-black-list)
;; REVIEW Remove me after a couple weeks
comp-eln-load-path ',(bound-and-true-p native-comp-eln-load-path))
;; (add-hook 'kill-emacs-hook
;; (lambda ()
;; (delete-file user-init-file)