comparison lisp/ChangeLog @ 79174:cea4cfa4fef8

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Tue, 23 Oct 2007 06:51:21 +0000
parents 50711e81a122
children 899dbcf69674
comparison
equal deleted inserted replaced
79173:50711e81a122 79174:cea4cfa4fef8
1 2007-10-23 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/fortran.el (fortran-tab-mode-default)
4 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
5 (fortran-structure-indent, fortran-continuation-indent)
6 (fortran-comment-indent, fortran-comment-line-extra-indent)
7 (fortran-comment-line-start)
8 (fortran-minimum-statement-indent-fixed)
9 (fortran-minimum-statement-indent-tab)
10 (fortran-comment-indent-char, fortran-line-number-indent)
11 (fortran-check-all-num-for-matching-do)
12 (fortran-blink-matching-if, fortran-continuation-string)
13 (fortran-comment-region, fortran-electric-line-number)
14 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
15 (fortran-analyze-depth, fortran-break-before-delimiters):
16 Give an appropriate safe-local-variable property.
17
1 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca> 18 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2 19
3 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one 20 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
4 of the subdirs is unreadable. 21 of the subdirs is unreadable.
5 22