Mercurial > emacs
changeset 45219:a7b0e54f67d2
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 10 May 2002 01:02:32 +0000 |
parents | 4c51a687cf5c |
children | f7c52a0eaf23 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri May 10 01:02:26 2002 +0000 +++ b/lisp/ChangeLog Fri May 10 01:02:32 2002 +0000 @@ -1,5 +1,8 @@ 2002-05-09 Richard M. Stallman <rms@gnu.org> + * mail/rmail.el (rmail-show-message): + Catch error in check-coding-system. + * progmodes/compile.el (compilation-error-regexp-alist): New element to recognize Python error messages.
--- a/src/ChangeLog Fri May 10 01:02:26 2002 +0000 +++ b/src/ChangeLog Fri May 10 01:02:32 2002 +0000 @@ -1,3 +1,7 @@ +2002-05-09 Richard M. Stallman <rms@gnu.org> + + * search.c (Freplace_match): Doc fix. + 2002-05-09 Kim F. Storm <storm@cua.dk> * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):