From: Kim F. Storm Date: Fri, 12 Jul 2002 23:57:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~14160 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aae2ce50f46d5d6ec398674ba99bcc8034f6fe45;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c9e7d3713d7..a3288513e38 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-07-13 Kim F. Storm + + * progmodes/compile.el (grep-tree): Fixed autoload. + Corrected use of undefined variable `match-files-aliases'. + 2002-07-12 Glenn Morris * calendar/timeclock.el (timeclock-get-workday-function): diff --git a/src/ChangeLog b/src/ChangeLog index bcb06157d20..5486ef8bf75 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-07-13 Kim F. Storm + + * keyboard.c (command_loop_1): Invert check on Vmemory_full. + 2002-07-12 Richard M. Stallman * fileio.c (Fwrite_region): Doc fix.