comparison lisp/ChangeLog @ 40541:b3ba4328511c

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 31 Oct 2001 02:54:33 +0000
parents 42586773034e
children a8cd290d914a
comparison
equal deleted inserted replaced
40540:e5cf2302abcd 40541:b3ba4328511c
1 2001-10-30 Stefan Monnier <monnier@cs.yale.edu> 1 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
2
3 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
4 (font-lock-defaults-alist): Use it.
5 From David Ponce <david.ponce@wanadoo.fr>
6
7 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
8 output of `char-after'.
2 9
3 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e. 10 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
4 11
5 * simple.el (reindent-then-newline-and-indent): Insert the newline 12 * simple.el (reindent-then-newline-and-indent): Insert the newline
6 before indenting the first line. 13 before indenting the first line.