1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-24 13:32:41 -08:00

*** empty log message ***

This commit is contained in:
Stefan Monnier 2001-10-31 02:54:33 +00:00
parent 9aa4040191
commit bf9bb76fe5
2 changed files with 13 additions and 0 deletions

View file

@ -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

View file

@ -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>