Mercurial > emacs
changeset 76729:db4fef527760
Don't mark default-directory as a safe local var.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 25 Mar 2007 17:54:35 +0000 |
parents | 712ae35a87ce |
children | 99960fddd88c |
files | lisp/files.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Sun Mar 25 17:52:31 2007 +0000 +++ b/lisp/files.el Sun Mar 25 17:54:35 2007 +0000 @@ -2435,7 +2435,6 @@ (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