native-compile-prune-cache is a lisp function only
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=366
This commit is contained in:
parent
c619618d86
commit
1ff10a9b30
@ -546,7 +546,10 @@
|
|||||||
;;
|
;;
|
||||||
;; New native compilation support
|
;; New native compilation support
|
||||||
;; avoid useless warning, clear old eln files
|
;; avoid useless warning, clear old eln files
|
||||||
(setq native-comp-async-report-warnings-errors 'silent)
|
(if (featurep 'native-compile)
|
||||||
(setq native-compile-prune-cache t)
|
(progn
|
||||||
|
(require 'comp)
|
||||||
|
(setq native-comp-async-report-warnings-errors 'silent)
|
||||||
|
(native-compile-prune-cache)))
|
||||||
;;;;;;;;;;
|
;;;;;;;;;;
|
||||||
;; the end
|
;; the end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user