From: Chong Yidong Date: Sun, 25 Mar 2007 17:54:35 +0000 (+0000) Subject: Don't mark default-directory as a safe local var. X-Git-Tag: emacs-pretest-22.0.97~184 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0c8e847f89558464a4186c2d06b1f03140096e55;p=emacs.git Don't mark default-directory as a safe local var. --- 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