changeset 40541:b3ba4328511c

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 31 Oct 2001 02:54:33 +0000
parents e5cf2302abcd
children 93f6c74a2f60
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Oct 31 02:54:06 2001 +0000
+++ b/lisp/ChangeLog	Wed Oct 31 02:54:33 2001 +0000
@@ -1,5 +1,12 @@
 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
 
+	* font-lock.el (java-font-lock-syntactic-face-function): New fun.
+	(font-lock-defaults-alist): Use it.
+	From David Ponce <david.ponce@wanadoo.fr>
+
+	* progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
+	output of `char-after'.
+
 	* bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
 
 	* simple.el (reindent-then-newline-and-indent): Insert the newline
--- a/src/ChangeLog	Wed Oct 31 02:54:06 2001 +0000
+++ b/src/ChangeLog	Wed Oct 31 02:54:33 2001 +0000
@@ -1,5 +1,11 @@
 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
 
+	* emacs.c (main): Don't call keys_of_macros any more.
+
+	* lisp.h (keys_of_macros): Remove.
+
+	* macros.c (keys_of_macros): Remove.
+
 	* xfaces.c (Fface_attribute_relative_p): Declare args.
 
 2001-10-30  Jason Rumney  <jasonr@gnu.org>