# HG changeset patch # User Richard M. Stallman # Date 718524875 0 # Node ID 20c84bc5ad97669f4f9868d618382ecdc484da6b # Parent 313f56268d180ae862bcc08a3e82ee2f9b21f015 (hack-local-variables): Ignore attempts to bind enable-local-eval. diff -r 313f56268d18 -r 20c84bc5ad97 lisp/files.el --- a/lisp/files.el Wed Oct 07 21:30:47 1992 +0000 +++ b/lisp/files.el Thu Oct 08 06:14:35 1992 +0000 @@ -678,6 +678,8 @@ (cond ((eq var 'mode) (funcall (intern (concat (downcase (symbol-name val)) "-mode")))) + ((eq var 'enable-local-eval) + nil) ((eq var 'eval) (if (and (not (string= (user-login-name) "root")) (or (eq enable-local-eval t)