From 4b4c7535a053caf8a074246d0eabb44873119076 Mon Sep 17 00:00:00 2001 From: AndreaCorallo Date: Fri, 14 Feb 2020 15:22:24 +0000 Subject: [PATCH] Speed 2 goes default --- lisp/emacs-lisp/comp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 6476603f9b9..9a782f7497f 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -38,7 +38,7 @@ "Emacs Lisp native compiler." :group 'lisp) -(defcustom comp-speed 0 +(defcustom comp-speed 2 "Compiler optimization level. From 0 to 3. - 0 no optimizations are performed, compile time is favored. - 1 lite optimizations. -- 2.39.5