aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-02-02 11:28:43 +0000
committerJuanma Barranquero2007-02-02 11:28:43 +0000
commit72827a91e8af0e34144b7f5a3ddda20d190fc7ef (patch)
tree586248d34a16c46162e2cb1aa026cd6457138da7
parent1024f9c0d83dec0b3ee82db54c5b25de23021b02 (diff)
downloademacs-72827a91e8af0e34144b7f5a3ddda20d190fc7ef.tar.gz
emacs-72827a91e8af0e34144b7f5a3ddda20d190fc7ef.zip
Fix date in entry.
-rw-r--r--lisp/ChangeLog.72
-rw-r--r--src/ChangeLog.72
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7
index 461ecbd7b72..8e0fd30b3d1 100644
--- a/lisp/ChangeLog.7
+++ b/lisp/ChangeLog.7
@@ -12440,7 +12440,7 @@
12440 12440
12441 * help.el (describe-key): Don't put a colon after the command name. 12441 * help.el (describe-key): Don't put a colon after the command name.
12442 12442
124431887-08-09 Barry A. Warsaw <cc-mode-help@python.org> 124431997-08-09 Barry A. Warsaw <cc-mode-help@python.org>
12444 12444
12445 * progmodes/cc-engine.el (c-beginning-of-statement-1): 12445 * progmodes/cc-engine.el (c-beginning-of-statement-1):
12446 When checking for bare semi, don't match 12446 When checking for bare semi, don't match
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7
index c38cb1fc9ca..1c6470301b7 100644
--- a/src/ChangeLog.7
+++ b/src/ChangeLog.7
@@ -9835,7 +9835,7 @@ Sun Feb 2 10:36:26 1997 Eli Zaretskii <eliz@wombat.gnu.ai.mit.edu>
9835 9835
9836 * xfns.c (x_set_scroll_bar_width): Reject a width that's too small. 9836 * xfns.c (x_set_scroll_bar_width): Reject a width that's too small.
9837 9837
98381006-12-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> 98381996-12-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9839 9839
9840 * buffer.c (syms_of_buffer): Doc fix (transient-mark-mode). 9840 * buffer.c (syms_of_buffer): Doc fix (transient-mark-mode).
9841 9841