comparison lisp/files.el @ 90796:4ef881a120fe

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 675-697) - Update from CVS - Merge from gnus--rel--5.10 - Release ERC 5.2. * gnus--rel--5.10 (patch 211-215) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-189
author Miles Bader <miles@gnu.org>
date Wed, 11 Apr 2007 00:17:47 +0000
parents c0409ee15cee db4fef527760
children e6fdae9180d4
comparison
equal deleted inserted replaced
90795:b9182b6a90c9 90796:4ef881a120fe
2433 ;; For variables defined in the C source code the declaration should go here: 2433 ;; For variables defined in the C source code the declaration should go here:
2434 2434
2435 (mapc (lambda (pair) 2435 (mapc (lambda (pair)
2436 (put (car pair) 'safe-local-variable (cdr pair))) 2436 (put (car pair) 'safe-local-variable (cdr pair)))
2437 '((buffer-read-only . booleanp) ;; C source code 2437 '((buffer-read-only . booleanp) ;; C source code
2438 (default-directory . stringp) ;; C source code
2439 (fill-column . integerp) ;; C source code 2438 (fill-column . integerp) ;; C source code
2440 (indent-tabs-mode . booleanp) ;; C source code 2439 (indent-tabs-mode . booleanp) ;; C source code
2441 (left-margin . integerp) ;; C source code 2440 (left-margin . integerp) ;; C source code
2442 (no-update-autoloads . booleanp) 2441 (no-update-autoloads . booleanp)
2443 (tab-width . integerp) ;; C source code 2442 (tab-width . integerp) ;; C source code