# HG changeset patch # User Richard M. Stallman # Date 1011733528 0 # Node ID 82930a88c1dd003e41f3ae75f37b48ff4817db7e # Parent af3eb1ed803211c8d1d53dc35bcfc082db1e1b2a *** empty log message *** diff -r af3eb1ed8032 -r 82930a88c1dd lisp/ChangeLog --- 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 + * 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. diff -r af3eb1ed8032 -r 82930a88c1dd src/ChangeLog --- 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 + + * 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. * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.