# HG changeset patch # User Oleksandr Gavenko # Date 1609614717 -7200 # Node ID 40ff440156af2c494438060641c03ec03d1504b4 # Parent 32e95bb034b6a6f5c756f4b2a2abfda3e83176aa cl-lib is pretty widespread now, no need for with-no-warnings. diff -r 32e95bb034b6 -r 40ff440156af .emacs-my --- a/.emacs-my Sat Jan 02 20:37:29 2021 +0200 +++ b/.emacs-my Sat Jan 02 21:11:57 2021 +0200 @@ -9,7 +9,7 @@ ;; ;; For load order see README. -(with-no-warnings (require 'cl)) +(require 'cl-lib) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "silent runing")