]> git.eshelyaron.com Git - emacs.git/commitdiff
Mark `left-margin', `byte-compile-dynamic-docstrings'
authorAndreas Schwab <schwab@suse.de>
Tue, 4 Apr 2006 18:59:01 +0000 (18:59 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 4 Apr 2006 18:59:01 +0000 (18:59 +0000)
and `byte-compile-warnings' as `safe-local-variable'.

lisp/ChangeLog
lisp/files.el

index 4eea80ee200b7e9624c1c1a33e60a09441745058..c2d6b58c8693465143c95358d8ca218cb29fc179 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-04  Andreas Schwab  <schwab@suse.de>
+
+       * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
+       and `byte-compile-warnings' as `safe-local-variable'.
+
 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * man.el (Man-mode-map): Restore the \r binding.
index affb22b25868321f117ed6e8427bf59d3f56eff9..f68907a7d7b495e8939edff1ffb02949571e9a91 100644 (file)
@@ -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)