]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't mark default-directory as a safe local var.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 25 Mar 2007 17:54:35 +0000 (17:54 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 25 Mar 2007 17:54:35 +0000 (17:54 +0000)
lisp/files.el

index 77e9f4ada7a42aad6b9d1d77c30c8cd12ff93b4a..b96ab2e96fbeb80e2a0f92d1b44e0341eef50a89 100644 (file)
@@ -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