From: Andreas Schwab Date: Tue, 4 Apr 2006 18:59:01 +0000 (+0000) Subject: Mark `left-margin', `byte-compile-dynamic-docstrings' X-Git-Tag: emacs-pretest-22.0.90~3327 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=704d70172ab94e9a3d1197a4f0f0f60029bb58dc;p=emacs.git Mark `left-margin', `byte-compile-dynamic-docstrings' and `byte-compile-warnings' as `safe-local-variable'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4eea80ee200..c2d6b58c869 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-04-04 Andreas Schwab + + * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings' + and `byte-compile-warnings' as `safe-local-variable'. + 2006-04-04 Dan Nicolaescu * man.el (Man-mode-map): Restore the \r binding. diff --git a/lisp/files.el b/lisp/files.el index affb22b2586..f68907a7d7b 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2334,6 +2334,8 @@ asking you for confirmation." `(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 @@ asking you for confirmation." (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)