Mercurial > emacs
changeset 46345:38401651e92c
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 12 Jul 2002 23:57:49 +0000 |
parents | d4001fdfa742 |
children | 49f06e689a20 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jul 12 23:56:12 2002 +0000 +++ b/lisp/ChangeLog Fri Jul 12 23:57:49 2002 +0000 @@ -1,3 +1,8 @@ +2002-07-13 Kim F. Storm <storm@cua.dk> + + * progmodes/compile.el (grep-tree): Fixed autoload. + Corrected use of undefined variable `match-files-aliases'. + 2002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk> * calendar/timeclock.el (timeclock-get-workday-function):
--- a/src/ChangeLog Fri Jul 12 23:56:12 2002 +0000 +++ b/src/ChangeLog Fri Jul 12 23:57:49 2002 +0000 @@ -1,3 +1,7 @@ +2002-07-13 Kim F. Storm <storm@cua.dk> + + * keyboard.c (command_loop_1): Invert check on Vmemory_full. + 2002-07-12 Richard M. Stallman <rms@gnu.org> * fileio.c (Fwrite_region): Doc fix.