changeset 42910:82930a88c1dd

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 22 Jan 2002 21:05:28 +0000
parents af3eb1ed8032
children 4e96369656bc
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jan 22 21:05:13 2002 +0000
+++ b/lisp/ChangeLog	Tue Jan 22 21:05:28 2002 +0000
@@ -1,5 +1,7 @@
 2002-01-22  Richard M. Stallman  <rms@gnu.org>
 
+	* progmodes/sh-script.el (sh-set-shell): Doc fix.
+
 	* net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
 	slash if DIR is just slash.
 
--- a/src/ChangeLog	Tue Jan 22 21:05:13 2002 +0000
+++ b/src/ChangeLog	Tue Jan 22 21:05:28 2002 +0000
@@ -1,3 +1,10 @@
+2002-01-22  Richard M. Stallman  <rms@gnu.org>
+
+	* unexelf.c (unexec): Define n so as to cause compilation error
+	for the code where people have often written n instead of nn.
+
+	* .gdbinit (hookpost-run): Defined.
+
 2002-01-22  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
 
 	* xfns.c (x_set_frame_parameters): Typo in previous fix corrected.