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: Thu, 06 Apr 2006 15:36:26 +0000

Index: emacs/lisp/files.el
diff -u emacs/lisp/files.el:1.821 emacs/lisp/files.el:1.822
--- emacs/lisp/files.el:1.821   Tue Apr  4 18:58:48 2006
+++ emacs/lisp/files.el Thu Apr  6 15:36:24 2006
@@ -2344,21 +2344,13 @@
            (fill-column        .  integerp)
            (fill-prefix        . ,string-or-null)
            (indent-tabs-mode   .  t)
-           (ispell-check-comments . (lambda (a)
-                                      (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)
-           (page-delimiter     . ,string-or-null)
-           (paragraph-start    . ,string-or-null)
-           (paragraph-separate . ,string-or-null)
-           (sentence-end       . ,string-or-null)
-           (sentence-end-double-space . t)
-           (tab-width          .  integerp)
-           (truncate-lines     .  t)
+           (tab-width          .  integerp) ;; C source code
+           (truncate-lines     .  t) ;; C source code
            (version-control    .  t)))))
 
 (put 'c-set-style 'safe-local-eval-function t)




reply via email to

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