ispell-local-dictionary as safe local variables.
+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
(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)
(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)