SHA256
1
0
forked from pool/emacs

Prune older eln files

OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=365
This commit is contained in:
Dr. Werner Fink 2023-10-09 08:43:03 +00:00 committed by Git OBS Bridge
parent 44d0434553
commit c619618d86
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 9 08:41:27 UTC 2023 - Dr. Werner Fink <werner@suse.de>
- Avoid warnings about eln files as well as prune older eln files
-------------------------------------------------------------------
Fri Oct 6 22:37:59 UTC 2023 - Björn Bidar <bjorn.bidar@thaodan.de>