# HG changeset patch # User Luc Teirlinck # Date 1114355498 0 # Node ID 3dfc34e3266ab09434034496ecb04b2ba053f322 # Parent 3456137bbbbb2146794dc6abf3153e5c68af5651 *** empty log message *** diff -r 3456137bbbbb -r 3dfc34e3266a lisp/ChangeLog --- a/lisp/ChangeLog Sun Apr 24 15:07:23 2005 +0000 +++ b/lisp/ChangeLog Sun Apr 24 15:11:38 2005 +0000 @@ -1,3 +1,7 @@ +2005-04-24 Luc Teirlinck + + * files.el (mode-require-final-newline): Minor doc fix. + 2005-04-24 Eli Zaretskii * subr.el (syntax-after): Doc fix. @@ -37,7 +41,7 @@ (buffer-stale-function): Doc fix. (minibuffer-with-setup-hook): Avoid warning. (mode-require-final-newline): Doc and custom fix. - + * follow.el (follow-end-of-buffer): Use with-no-warnings. * font-lock.el (font-lock-comment-face): On terminals with few colors, @@ -59,7 +63,7 @@ * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset. - * mail/rmail.el (rmail-font-lock-keywords): + * mail/rmail.el (rmail-font-lock-keywords): Use font-lock-comment-delimiter-face. * mail/sendmail.el (mail-font-lock-keywords): @@ -69,7 +73,7 @@ 2005-04-23 SAITO Takuya (tiny change) - * progmodes/compile.el (compilation-mode-font-lock-keywords): + * progmodes/compile.el (compilation-mode-font-lock-keywords): Specify t for LAXMATCH when matching directories. Save match data around compilation-compat-error-properties form.