]> git.eshelyaron.com Git - emacs.git/commitdiff
(enable-local-eval): set to nil by default
authorEshel Yaron <me@eshelyaron.com>
Sun, 22 Dec 2024 18:00:41 +0000 (19:00 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 22 Dec 2024 18:00:41 +0000 (19:00 +0100)
lisp/files.el

index 2552a3e659e66afd939dffc501ba3498881e9014..aff4a36c716be9d4d990ffba5b488dac2c615073 100644 (file)
@@ -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.