From: Stefan Monnier Date: Wed, 31 Oct 2001 02:54:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~18969 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bf9bb76fe5da844622da05f1fd9aa140d8030381;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5d893946c4a..cacd8b71085 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,12 @@ 2001-10-30 Stefan Monnier + * font-lock.el (java-font-lock-syntactic-face-function): New fun. + (font-lock-defaults-alist): Use it. + From David Ponce + + * 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 diff --git a/src/ChangeLog b/src/ChangeLog index ed9e898f40d..cf8cc35a5fa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2001-10-30 Stefan Monnier + * 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