aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier2001-10-31 02:54:33 +0000
committerStefan Monnier2001-10-31 02:54:33 +0000
commitbf9bb76fe5da844622da05f1fd9aa140d8030381 (patch)
tree53ba36a60d5dff6c1b7951c9b495fb0113bc25d0 /lisp
parent9aa40401912b3fb44aa062f025bc7bc6962d9571 (diff)
downloademacs-bf9bb76fe5da844622da05f1fd9aa140d8030381.tar.gz
emacs-bf9bb76fe5da844622da05f1fd9aa140d8030381.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5d893946c4a..cacd8b71085 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,12 @@
12001-10-30 Stefan Monnier <monnier@cs.yale.edu> 12001-10-30 Stefan Monnier <monnier@cs.yale.edu>
2 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'.
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