changeset 1365:20c84bc5ad97

(hack-local-variables): Ignore attempts to bind enable-local-eval.
author Richard M. Stallman <rms@gnu.org>
date Thu, 08 Oct 1992 06:14:35 +0000
parents 313f56268d18
children ebf903dc2d70
files lisp/files.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)