]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 31 Oct 2001 02:54:33 +0000 (02:54 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 31 Oct 2001 02:54:33 +0000 (02:54 +0000)
lisp/ChangeLog
src/ChangeLog

index 5d893946c4a23efc23e3d878a8610ee6cd6ad982..cacd8b710850bfa2cf731ec3038382a5c723dfdd 100644 (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
index ed9e898f40d3e30fdb401b10f9c7cc066e1bb998..cf8cc35a5fa91d7adb85af0ac274f86a7e1a9d7f 100644 (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>