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,v


From: Reiner Steib
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el,v
Date: Sun, 08 Oct 2006 11:34:32 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Reiner Steib <rsteib>   06/10/08 11:34:31

Index: files.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/files.el,v
retrieving revision 1.859
retrieving revision 1.860
diff -u -b -r1.859 -r1.860
--- files.el    30 Sep 2006 10:02:22 -0000      1.859
+++ files.el    8 Oct 2006 11:34:29 -0000       1.860
@@ -2397,10 +2397,10 @@
 ;;
 ;; For variables defined in the C source code the declaration should go here:
 
-;; FIXME: Some variables should be moved according to the rules above.
 (mapc (lambda (pair)
        (put (car pair) 'safe-local-variable (cdr pair)))
-      '((fill-column                     . integerp) ;; C source code
+      '((buffer-read-only                . booleanp) ;; C source code
+       (fill-column                     . integerp) ;; C source code
        (indent-tabs-mode                . booleanp) ;; C source code
        (left-margin                     . integerp) ;; C source code
        (no-update-autoloads             . booleanp)




reply via email to

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