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: Reiner Steib
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Fri, 17 Feb 2006 13:42:18 +0000

Index: emacs/lisp/files.el
diff -u emacs/lisp/files.el:1.811 emacs/lisp/files.el:1.812
--- emacs/lisp/files.el:1.811   Wed Feb 15 01:32:50 2006
+++ emacs/lisp/files.el Fri Feb 17 13:42:16 2006
@@ -2553,6 +2553,11 @@
            (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 @@
            (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)




reply via email to

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