From 80f0c1755bbae26cfc0c4808ee8f4dc347b01716 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sun, 22 Dec 2024 19:00:41 +0100 Subject: [PATCH] (enable-local-eval): set to nil by default --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index 2552a3e659e..aff4a36c716 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -744,7 +744,7 @@ to nil, except that it does not ignore any mode: setting in a -*- line. Unless this difference matters to you, you should set `enable-local-variables' instead of this variable.") -(defcustom enable-local-eval 'maybe +(defcustom enable-local-eval nil "Control processing of the \"variable\" `eval' in a file's local variables. The value can be t, nil or something else. A value of t means obey `eval' variables. -- 2.39.5