cl-lib is pretty widespread now, no need for with-no-warnings.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 02 Jan 2021 21:11:57 +0200
changeset 1683 40ff440156af
parent 1682 32e95bb034b6
child 1684 77fcd3f63d60
cl-lib is pretty widespread now, no need for with-no-warnings.
.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")