emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/files.el


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Tue, 04 Apr 2006 18:58:49 +0000

Index: emacs/lisp/files.el
diff -u emacs/lisp/files.el:1.820 emacs/lisp/files.el:1.821
--- emacs/lisp/files.el:1.820   Fri Mar 24 13:59:14 2006
+++ emacs/lisp/files.el Tue Apr  4 18:58:48 2006
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]