diff options
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el index f12609bdc96..c5d101f1469 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -678,6 +678,8 @@ for current buffer." | |||
| 678 | (cond ((eq var 'mode) | 678 | (cond ((eq var 'mode) |
| 679 | (funcall (intern (concat (downcase (symbol-name val)) | 679 | (funcall (intern (concat (downcase (symbol-name val)) |
| 680 | "-mode")))) | 680 | "-mode")))) |
| 681 | ((eq var 'enable-local-eval) | ||
| 682 | nil) | ||
| 681 | ((eq var 'eval) | 683 | ((eq var 'eval) |
| 682 | (if (and (not (string= (user-login-name) "root")) | 684 | (if (and (not (string= (user-login-name) "root")) |
| 683 | (or (eq enable-local-eval t) | 685 | (or (eq enable-local-eval t) |