diff --git a/dot.gnu-emacs b/dot.gnu-emacs index 2ef8987..a208670 100644 --- a/dot.gnu-emacs +++ b/dot.gnu-emacs @@ -543,5 +543,10 @@ ;; Use minibuffer for aking GPG passphrase ;;(setq epa-pinentry-mode 'loopback) ;;(pinentry-start) +;; +;; New native compilation support +;; avoid useless warning, clear old eln files +(setq native-comp-async-report-warnings-errors 'silent) +(setq native-compile-prune-cache t) ;;;;;;;;;; ;; the end diff --git a/emacs.changes b/emacs.changes index 3487911..0eeaa3c 100644 --- a/emacs.changes +++ b/emacs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 9 08:41:27 UTC 2023 - Dr. Werner Fink + +- Avoid warnings about eln files as well as prune older eln files + ------------------------------------------------------------------- Fri Oct 6 22:37:59 UTC 2023 - Björn Bidar