]> code.delx.au - gnu-emacs/commitdiff
Add truncate-lines, ispell-check-comments and
authorReiner Steib <Reiner.Steib@gmx.de>
Fri, 17 Feb 2006 13:42:17 +0000 (13:42 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Fri, 17 Feb 2006 13:42:17 +0000 (13:42 +0000)
ispell-local-dictionary as safe local variables.

lisp/ChangeLog
lisp/files.el

index f9a455b9726d8c1c0010a82fe98bd84226673ef7..68b5f0af4f36da33fb695c4a32024cdfbe3a845f 100644 (file)
@@ -1,3 +1,8 @@
+2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * files.el: Add truncate-lines, ispell-check-comments and
+       ispell-local-dictionary as safe local variables.
+
 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
index 285cd50e6af72478238be8294f38af4797287a31..464d9854e7f51aebfed5ff03c1b0beeb6852ef4e 100644 (file)
@@ -2553,6 +2553,11 @@ is specified, returning t if it is specified."
            (fill-column        .  integerp)
            (fill-prefix        . ,string-or-null)
            (indent-tabs-mode   .  t)
+           (ispell-check-comments . (lambda (a)
+                                      (or (null a)
+                                          (eq t a)
+                                          (eq 'exclusive a))))
+           (ispell-local-dictionary . ,string-or-null)
            (kept-new-versions  .  integerp)
            (no-byte-compile    .  t)
            (no-update-autoloads . t)
@@ -2563,6 +2568,7 @@ is specified, returning t if it is specified."
            (sentence-end       . ,string-or-null)
            (sentence-end-double-space . t)
            (tab-width          .  integerp)
+           (truncate-lines     .  t)
            (version-control    .  t)))))
 
 (defun safe-local-variable-p (sym val)