changeset 69795:a060338ad18a

Mark `left-margin', `byte-compile-dynamic-docstrings' and `byte-compile-warnings' as `safe-local-variable'.
author Andreas Schwab <schwab@suse.de>
date Tue, 04 Apr 2006 18:58:48 +0000
parents eaef81fe8393
children ae41b34420e6
files lisp/files.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)