From 0c8e847f89558464a4186c2d06b1f03140096e55 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 25 Mar 2007 17:54:35 +0000 Subject: [PATCH] Don't mark default-directory as a safe local var. --- lisp/files.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index 77e9f4ada7a..b96ab2e96fb 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2435,7 +2435,6 @@ asking you for confirmation." (mapc (lambda (pair) (put (car pair) 'safe-local-variable (cdr pair))) '((buffer-read-only . booleanp) ;; C source code - (default-directory . stringp) ;; C source code (fill-column . integerp) ;; C source code (indent-tabs-mode . booleanp) ;; C source code (left-margin . integerp) ;; C source code -- 2.39.5