# HG changeset patch # User Andreas Schwab # Date 1144177128 0 # Node ID a060338ad18a371a2cbfd856a03564765836255a # Parent eaef81fe8393b5ab3de7add48ac65ae337308fdf Mark `left-margin', `byte-compile-dynamic-docstrings' and `byte-compile-warnings' as `safe-local-variable'. diff -r eaef81fe8393 -r a060338ad18a lisp/files.el --- a/lisp/files.el Tue Apr 04 18:12:24 2006 +0000 +++ b/lisp/files.el Tue Apr 04 18:58:48 2006 +0000 @@ -2334,6 +2334,8 @@ `(mapc (lambda (pair) (put (car pair) 'safe-local-variable (cdr pair))) '((byte-compile-dynamic . t) + (byte-compile-dynamic-docstrings . t) + (byte-compile-warnings . t) (c-basic-offset . integerp) (c-file-style . stringp) (c-indent-level . integerp) @@ -2346,6 +2348,7 @@ (memq a '(nil t exclusive)))) (ispell-local-dictionary . ,string-or-null) (kept-new-versions . integerp) + (left-margin . t) (no-byte-compile . t) (no-update-autoloads . t) (outline-regexp . ,string-or-null)