aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2002-07-12 23:57:49 +0000
committerKim F. Storm2002-07-12 23:57:49 +0000
commitaae2ce50f46d5d6ec398674ba99bcc8034f6fe45 (patch)
tree7032cf8559ce5d578f49cb2edd565261b1e8f369
parentcf3d4f6d57ddfeaa5bb72d399bdf47e45e3d4782 (diff)
downloademacs-aae2ce50f46d5d6ec398674ba99bcc8034f6fe45.tar.gz
emacs-aae2ce50f46d5d6ec398674ba99bcc8034f6fe45.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog4
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c9e7d3713d7..a3288513e38 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12002-07-13 Kim F. Storm <storm@cua.dk>
2
3 * progmodes/compile.el (grep-tree): Fixed autoload.
4 Corrected use of undefined variable `match-files-aliases'.
5
12002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk> 62002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk>
2 7
3 * calendar/timeclock.el (timeclock-get-workday-function): 8 * 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 @@
12002-07-13 Kim F. Storm <storm@cua.dk>
2
3 * keyboard.c (command_loop_1): Invert check on Vmemory_full.
4
12002-07-12 Richard M. Stallman <rms@gnu.org> 52002-07-12 Richard M. Stallman <rms@gnu.org>
2 6
3 * fileio.c (Fwrite_region): Doc fix. 7 * fileio.c (Fwrite_region): Doc fix.