From: Richard M. Stallman Date: Tue, 22 Jan 2002 21:05:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~17012 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d89b617d56a8ff1032d32dbda41a5d34142b8235;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4cfe880963b..49b23c623a6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 4210329d9d4..92a7ed4ec09 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.